add all apps, still blank

This commit is contained in:
erichhasl
2017-11-18 14:47:44 +01:00
parent 72135d654f
commit c5c35759e0
18 changed files with 71 additions and 4 deletions
+3 -3
View File
@@ -30,9 +30,9 @@
</table>
<div id="navigation">
<ul>
<li><a class="active" href="https://www.none.com">Gesetzesblatt</a></li>
<li><a href="https://www.none.com">Datenbank</a></li>
<li><a href="https://www.none.com">Mein Goethopia</a></li>
<li><a {% if appname == "startpage" %}class="active"{% endif %} href="/">Gesetzesblatt</a></li>
<li><a {% if appname == "datenbank" %}class="active"{% endif %} href="{% url "datenbank:index" %}">Datenbank</a></li>
<li><a {% if appname == "meingoethopia" %}class="active"{% endif %} href="{% url "meingoethopia:index" %}">Mein Goethopia</a></li>
</ul>
</div>
</div>