mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
core: fix footer block
This commit is contained in:
parent
de680f032c
commit
9e8f633037
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user