add link to about page, and fork me on github

This commit is contained in:
2021-01-09 06:30:52 +01:00
parent 7b1b75cd95
commit 55bd0fb28e
4 changed files with 14 additions and 0 deletions
+8
View File
@@ -15,6 +15,14 @@
<a href="/monitor">Monitor</a>
<a href="/transactions/show">Transactions</a>
<a class="right" href="/accounts/logout/">Logout</a>
<a class="right" href="{{ ABOUT_URL }}" target="_blank">About</a>
<a class="right" href="https://github.com/tpokorra/walletmonitor" target="_blank">Fork me</a>
</nav>
{% else %}
<nav class="topnav">
<a href="/">Wallet Monitor</a>
<a class="right" href="{{ ABOUT_URL }}" target="_blank">About</a>
<a class="right" href="https://github.com/tpokorra/walletmonitor" target="_blank">Fork me</a>
</nav>
{% endif %}
{% block content %}