1499c0bced
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
17 lines
354 B
HTML
17 lines
354 B
HTML
{% load wagtailcore_tags %}
|
|
|
|
{% with "k-fet@ens.fr" as kfet_mail %}
|
|
|
|
<footer class="row">
|
|
<div class="footer">
|
|
<span>
|
|
<a href="{% slugurl "mentions-legales" %}">Mentions légales</a>
|
|
</span>
|
|
|
|
|
<span>
|
|
En cas de pépin : <a href="mailto:{{ kfet_mail }}"><tt>{{ kfet_mail }}</tt></a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
{% endwith %}
|