mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 12:47:42 +02:00
Fix turbolinks
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
{% block content %}
|
||||
<div class="alert alert-warning">
|
||||
{% trans "Templates for syntheses are available here:" %}
|
||||
<a href="{% static "Fiche synthèse.pdf" %}">PDF</a> -- <a href="{% static "Fiche synthèse.tex" %}">TEX</a>
|
||||
<a data-turbolinks="false" href="{% static "Fiche synthèse.pdf" %}">PDF</a> -- <a data-turbolinks="false" href="{% static "Fiche synthèse.tex" %}">TEX</a>
|
||||
</div>
|
||||
|
||||
{% if form %}
|
||||
|
Reference in New Issue
Block a user