mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
f13f0e8e6f
commit
4f865d57e2
|
@ -1174,9 +1174,6 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
' <h1>' + translate['Profile for'] + \
|
' <h1>' + translate['Profile for'] + \
|
||||||
' ' + nickname + '@' + domainFull + '</h1>'
|
' ' + nickname + '@' + domainFull + '</h1>'
|
||||||
editProfileForm += ' <div class="container">\n'
|
editProfileForm += ' <div class="container">\n'
|
||||||
# editProfileForm += \
|
|
||||||
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
|
||||||
# translate['Go Back'] + '</button></a>\n'
|
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
' <input type="submit" name="submitProfile" value="' + \
|
' <input type="submit" name="submitProfile" value="' + \
|
||||||
|
|
Loading…
Reference in New Issue