add link to about page, and fork me on github
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from django.conf import settings
|
||||
|
||||
def about(request):
|
||||
return {'ABOUT_URL': settings.ABOUT_URL}
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user