core: fix footer block

This commit is contained in:
2019-04-30 18:47:59 +02:00
parent de680f032c
commit 9e8f633037

View File

@@ -247,7 +247,7 @@
{% if not popup %} {% if not popup %}
<footer> <footer>
{% block foooer %} {% block footer %}
<div> <div>
<a href="{{ url('core:page', 'contacts') }}">{% trans %}Contacts{% endtrans %}</a> <a href="{{ url('core:page', 'contacts') }}">{% trans %}Contacts{% endtrans %}</a>
<a href="{{ url('core:page', 'legals') }}">{% trans %}Legal notices{% endtrans %}</a> <a href="{{ url('core:page', 'legals') }}">{% trans %}Legal notices{% endtrans %}</a>