SideBarPlugin: donate button back (still only BTC)
This commit is contained in:
parent
8abe489a1a
commit
33282c4d2f
1 changed files with 4 additions and 1 deletions
|
@ -440,7 +440,10 @@ class UiWebsocketPlugin(object):
|
||||||
<li>
|
<li>
|
||||||
<label>{_[Donate]}</label><br>
|
<label>{_[Donate]}</label><br>
|
||||||
<div class='flex'>
|
<div class='flex'>
|
||||||
{donate_key}
|
{donate_key}
|
||||||
|
<a href='bitcoin:{donate_key}' class='button' id='button-donate'>{_[Donate]}</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
"""))
|
"""))
|
||||||
|
|
||||||
def sidebarRenderOwnedCheckbox(self, body, site):
|
def sidebarRenderOwnedCheckbox(self, body, site):
|
||||||
|
|
Loading…
Reference in a new issue