1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 17:27:58 +02:00

Display syntheses template

This commit is contained in:
Yohann D'ANELLO
2020-05-06 18:54:54 +02:00
parent 6e31bcc7f1
commit f34969f3ec
5 changed files with 280 additions and 67 deletions

View File

@ -3,6 +3,11 @@
{% load i18n crispy_forms_filters django_tables2 %}
{% 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>
</div>
{% if form %}
<form method="post" enctype="multipart/form-data">
{% csrf_token %}