Browse Source

Merge branch 'news' of https://github.com/Pentabyteman/SaS into news

master
erichhasl 8 years ago
parent
commit
b66ba10678
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_dev/sas_web/templates/public/header.html

+ 1
- 1
web_dev/sas_web/templates/public/header.html View File

@@ -34,7 +34,7 @@
<div id="navigation">
<ul class="navbar">
<li class ="navbar"><a {% if appname == "startpage" %}class="active"{% endif %} href="/">Information</a></li>
<li class ="navbar"><a {% if appname == "news" %}class="active"{% endif %} href="{% url "news:index" %}">News</a></li>
<li class ="navbar"><a {% if appname == "news" %}class="active"{% endif %} href="{% url "news:index" %}">Wahl '18</a></li>
<li class="navbar"><a {% if appname == "datenbank" %}class="active"{% endif %} href="{% url "datenbank:index" %}">Datenbank</a></li>
<li class="navbar"><a {% if appname == "meingoethopia" %}class="active"{% endif %} href="{% url "meingoethopia:index" %}">Mein Goethopia</a></li>
</ul>


Loading…
Cancel
Save