mirror of https://gitlab.com/bashrc2/epicyon
Still center
parent
34ea9fc9cb
commit
8200abc194
|
@ -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">http://' + \
|
'<div class="container"><p class="administeredby">' + \
|
||||||
onionDomain + '</p></div>'
|
'<center>http://' + onionDomain + '</center></p></div>'
|
||||||
if adminNickname:
|
if adminNickname:
|
||||||
adminActor = \
|
adminActor = \
|
||||||
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
||||||
|
|
Loading…
Reference in New Issue