Skip to content
Snippets Groups Projects
Commit 0160c74d authored by Tim Fechner's avatar Tim Fechner
Browse files

Add links to imprint and privacy page

you need to specify those two urls's to use the 'hero_nav.html'
template':

  - 'imprint-page'
  - 'privacy-page'
parent 2949b2a5
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
{% block footer %} {% block footer %}
<div class="is-hidden-touch is-clearfix"> <div class="is-hidden-touch is-clearfix">
<div class="is-pulled-left"> <div class="is-pulled-left">
<a href="#">Impressum</a> · <a href="{% url 'imprint-page' %}">Impressum</a> ·
<a href="#">Datenschutz</a> <a href="{% url 'privacy-page' %}">Datenschutz</a>
</div> </div>
<div class="is-pulled-right"> <div class="is-pulled-right">
<p><b>Hochschule Hannover</b></p> <p><b>Hochschule Hannover</b></p>
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
<div class="is-hidden-desktop"> <div class="is-hidden-desktop">
<div class="has-text-centered"> <div class="has-text-centered">
<p> <p>
<a href="#">Impressum</a> · <a href="{% url 'imprint-page' %}">Impressum</a> ·
<a href="#">Datenschutz</a> <a href="{% url 'privacy-page' %}">Datenschutz</a>
</p> </p>
<hr> <hr>
<p><b>Hochschule Hannover</b></p> <p><b>Hochschule Hannover</b></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment