Explorar el Código

Update header.html

master
nils hace 8 años
padre
commit
0111cc4dd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      web_dev/sas_web/templates/public/header.html

+ 1
- 1
web_dev/sas_web/templates/public/header.html Ver fichero

@@ -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" %}">Wahl '18</a></li>
<li class ="navbar"><a {% if appname == "news" %}class="active"{% endif %} href="{% url "news:index" %}">Regierung</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>


Cargando…
Cancelar
Guardar