~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/footer.html

  • Committer: franku
  • Date: 2018-10-11 06:25:50 UTC
  • mfrom: (500.1.6 privacy_db)
  • Revision ID: somal@arcor.de-20181011062550-u0lcsrnrc0ajtpx2
Added Database driven app for privacy policies

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
<div id="footer">
10
10
        Copyright &copy; 2009 - {% current_year %} By the Widelands Development Team<br />
11
11
        <a class="small" href="{% url 'legal_notice' %}">Legal notice (contact)</a>
 
12
         <span class="small"> &#9679; </span>
 
13
        <a class="small" href="{% url 'privacy_policy'%}">Privacy Policy</a>
12
14
</div>