fix SideBar
This commit is contained in:
parent
33282c4d2f
commit
bc313e3b6e
1 changed files with 2 additions and 2 deletions
|
@ -431,12 +431,12 @@ class UiWebsocketPlugin(object):
|
||||||
<label>{_[Site address]}</label><br>
|
<label>{_[Site address]}</label><br>
|
||||||
<div class='flex'>
|
<div class='flex'>
|
||||||
<span class='input text disabled'>{site_address}</span>
|
<span class='input text disabled'>{site_address}</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
"""))
|
"""))
|
||||||
donate_key = site.content_manager.contents.get("content.json", {}).get("donate", None)
|
donate_key = site.content_manager.contents.get("content.json", {}).get("donate", None)
|
||||||
if type(donate_key) is str and len(donate_key) > 0:
|
if type(donate_key) is str and len(donate_key) > 0:
|
||||||
body.append(_("""
|
body.append(_("""
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<label>{_[Donate]}</label><br>
|
<label>{_[Donate]}</label><br>
|
||||||
<div class='flex'>
|
<div class='flex'>
|
||||||
|
|
Loading…
Reference in a new issue