mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:42:11 +01:00 
			
		
		
		
	Add synthesis template links
This commit is contained in:
		@@ -1,10 +1,15 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% load crispy_forms_filters i18n %}
 | 
					{% load crispy_forms_filters i18n static %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
    <form method="post" enctype="multipart/form-data">
 | 
					    <form method="post" enctype="multipart/form-data">
 | 
				
			||||||
        <div id="form-content">
 | 
					        <div id="form-content">
 | 
				
			||||||
 | 
					            <div class="alert alert-info">
 | 
				
			||||||
 | 
					                {% trans "Templates:" %}
 | 
				
			||||||
 | 
					                <a class="alert-link" href="{% static "Fiche_synthèse.pdf" %}"> PDF</a> -
 | 
				
			||||||
 | 
					                <a class="alert-link" href="{% static "Fiche_synthèse.tex" %}"> TEX</a>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
            {% csrf_token %}
 | 
					            {% csrf_token %}
 | 
				
			||||||
            {{ form|crispy }}
 | 
					            {{ form|crispy }}
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user