icp/src/frontend/templates/frontend/footer.html

25 lines
473 B
HTML

{% load staticfiles %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
<footer>
<hr>
<style type="text/css">
.sep { color: silver; margin: 0.3em; }
</style>
<a href="/privacy">Privacy</a>
<span class="sep">|</span>
<a href="https://hps.vi4io.org/impressum">Impressum</a>
<span class="sep">|</span>
<a href="https://hps.vi4io.org/research/projects/hamburg/icp">Contact</a>
<span class="sep">|</span>
<a href="/attribution">Attribution</a>
</footer>