mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 09:02:11 +01:00 
			
		
		
		
	Fix turbolinks
This commit is contained in:
		@@ -59,7 +59,7 @@
 | 
			
		||||
        <div class="card-body">
 | 
			
		||||
            <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 user.organizes %}
 | 
			
		||||
                <ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -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