mirror of https://gitlab.com/bashrc2/epicyon
Button link
parent
32eb256a49
commit
93f7aa7889
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue