mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 01:32:05 +01:00 
			
		
		
		
	Add synthesis template links
This commit is contained in:
		@@ -1,10 +1,15 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% load crispy_forms_filters i18n %}
 | 
			
		||||
{% load crispy_forms_filters i18n static %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
    <form method="post" enctype="multipart/form-data">
 | 
			
		||||
        <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 %}
 | 
			
		||||
            {{ form|crispy }}
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user