forked from indymedia/epicyon
Centre the submit button
parent
178c88de3a
commit
ac2a651303
|
@ -1817,8 +1817,10 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
||||||
# translate['Go Back'] + '</button></a>\n'
|
# translate['Go Back'] + '</button></a>\n'
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
|
' <center>\n' + \
|
||||||
' <input type="submit" name="submitProfile" value="' + \
|
' <input type="submit" name="submitProfile" value="' + \
|
||||||
translate['Submit'] + '">\n'
|
translate['Submit'] + '">\n' + \
|
||||||
|
' </center>\n'
|
||||||
editProfileForm += ' </div>\n'
|
editProfileForm += ' </div>\n'
|
||||||
|
|
||||||
if scheduledPostsExist(baseDir, nickname, domain):
|
if scheduledPostsExist(baseDir, nickname, domain):
|
||||||
|
|
Loading…
Reference in New Issue