Add terms-of-service item to dcl's footer

This commit is contained in:
PCoder 2018-01-16 00:11:32 +01:00
parent 12fe1fa722
commit b88c19c2c9
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@
<li>
<a class="url-init" href="{% url 'datacenterlight:index' %}#contact">{% trans "Contact" %}</a>
</li>
{% if request.resolver_match.url_name != "index" %}
<li class="footer-menu-divider">&sdot;</li>
{% endif %}
<li>
<a class="url-init" href="/cms/terms-of-service">{% trans "Terms of Service" %}</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. {% trans "All Rights Reserved" %}</p>