From ef2911ab079d4c8d6e4d9706b91a4f0910406839 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 7 Apr 2021 15:27:48 +0200 Subject: [PATCH] Add synthesis template links --- .../templates/participation/upload_synthesis.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/participation/templates/participation/upload_synthesis.html b/apps/participation/templates/participation/upload_synthesis.html index 378585f..f4c22d4 100644 --- a/apps/participation/templates/participation/upload_synthesis.html +++ b/apps/participation/templates/participation/upload_synthesis.html @@ -1,10 +1,15 @@ {% extends "base.html" %} -{% load crispy_forms_filters i18n %} +{% load crispy_forms_filters i18n static %} {% block content %}
+
+ {% trans "Templates:" %} + PDF - + TEX +
{% csrf_token %} {{ form|crispy }}