damn url namespaces get me every time lol
This commit is contained in:
parent
e2e1bb4946
commit
d5221f9630
|
@ -75,8 +75,8 @@
|
|||
<footer class="row">
|
||||
<div class="col-sm-12 col-md-12 col-lg-12">
|
||||
{% block footer %}
|
||||
<a href="{% url 'shop:general-terms' %}">General Terms & Conditions</a> |
|
||||
<a href="{% url 'shop:privacy-policy' %}">Privacy Policy</a>
|
||||
<a href="{% url 'general-terms' %}">General Terms & Conditions</a> |
|
||||
<a href="{% url 'privacy-policy' %}">Privacy Policy</a>
|
||||
{% endblock %}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue