mirror of https://gitlab.com/bashrc2/epicyon
Center ordering
parent
8200abc194
commit
2af1b5cb3b
|
@ -1469,8 +1469,8 @@ def htmlAbout(baseDir: str, httpPrefix: str,
|
||||||
aboutForm += '<div class="container">' + aboutText + '</div>'
|
aboutForm += '<div class="container">' + aboutText + '</div>'
|
||||||
if onionDomain:
|
if onionDomain:
|
||||||
aboutForm += \
|
aboutForm += \
|
||||||
'<div class="container"><p class="administeredby">' + \
|
'<div class="container"><center><p class="administeredby">' + \
|
||||||
'<center>http://' + onionDomain + '</center></p></div>'
|
'http://' + onionDomain + '</p></center></div>'
|
||||||
if adminNickname:
|
if adminNickname:
|
||||||
adminActor = \
|
adminActor = \
|
||||||
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
||||||
|
|
Loading…
Reference in New Issue