1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-25 07:02:22 +00:00

Fix turbolinks

This commit is contained in:
Yohann D'ANELLO 2020-05-06 18:56:10 +02:00
parent f34969f3ec
commit 4da9ff23ce
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
<div class="card-body"> <div class="card-body">
<div class="alert alert-warning"> <div class="alert alert-warning">
{% trans "Templates for syntheses are available here:" %} {% 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> </div>
{% if user.organizes %} {% if user.organizes %}
<ul> <ul>

View File

@ -5,7 +5,7 @@
{% block content %} {% block content %}
<div class="alert alert-warning"> <div class="alert alert-warning">
{% trans "Templates for syntheses are available here:" %} {% 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> </div>
{% if form %} {% if form %}