damn url namespaces get me every time lol

This commit is contained in:
Thomas Steen Rasmussen 2016-06-01 14:10:33 +02:00
parent e2e1bb4946
commit d5221f9630

View file

@ -75,8 +75,8 @@
<footer class="row"> <footer class="row">
<div class="col-sm-12 col-md-12 col-lg-12"> <div class="col-sm-12 col-md-12 col-lg-12">
{% block footer %} {% block footer %}
<a href="{% url 'shop:general-terms' %}">General Terms &amp; Conditions</a> | <a href="{% url 'general-terms' %}">General Terms &amp; Conditions</a> |
<a href="{% url 'shop:privacy-policy' %}">Privacy Policy</a> <a href="{% url 'privacy-policy' %}">Privacy Policy</a>
{% endblock %} {% endblock %}
</div> </div>
</footer> </footer>