Change link

merge-requests/21/head
Bob Mottram 2021-02-24 21:31:53 +00:00
parent 13b4307b30
commit bd408e73c0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def htmlWelcomeScreen(baseDir: str,
welcomeForm = htmlHeaderWithExternalStyle(cssFilename, instanceTitle)
welcomeForm += '<div class="container">' + welcomeText + '</div>\n'
welcomeForm += ' <div class="container next">\n'
welcomeForm += ' <a href="/welcome_profile">'
welcomeForm += ' <a href="/welcome_avatar">\n'
welcomeForm += ' <button>' + translate['Next'] + '</button></a>\n'
welcomeForm += ' </div>\n'
welcomeForm += '</div>\n'