Button link

merge-requests/21/head
Bob Mottram 2021-02-24 20:45:38 +00:00
parent 32eb256a49
commit 93f7aa7889
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ def htmlWelcomeScreen(baseDir: str, nickname: str, domain: str,
welcomeForm = htmlHeaderWithExternalStyle(cssFilename, instanceTitle)
welcomeForm += '<div class="container">' + welcomeText + '</div>\n'
welcomeForm += ' <div class="container next">\n'
welcomeForm += ' <button type="submit" name="submit">' + \
translate['Next'] + '</button>\n'
welcomeForm += ' <a href="/welcome_profile">'
welcomeForm += ' <button>' + translate['Next'] + '</button></a>\n'
welcomeForm += ' </div>\n'
welcomeForm += '</div>\n'
welcomeForm += htmlFooter()