You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k4ever/k4ever/main/templates/main/navigation-login.html

10 lines
334 B

<b>Main</b><br />
<a href="/">Startseite (Main)</a><br />
<a href="/store/">Buy</a><br />
<a href="/transaction/">Konto</a><br />
<a href="/store/history/">History</a><br />
{% if user.is_staff %}
<br /><b>Admin foo</b><br />
<a href="/admin/">Admin Interface</a><br /><br />{% endif %}
<a href="/user/logout/">Logout</a><br /><br />