From 604b377362bac2e0fde1ba4c7028e0c4548e6c9e Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 29 Jul 2017 00:50:48 -0300 Subject: [PATCH] Included link to download the excel file created --- bulletin/templates/bulletin/_form.html | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/bulletin/templates/bulletin/_form.html b/bulletin/templates/bulletin/_form.html index 8dd2177..ca37802 100644 --- a/bulletin/templates/bulletin/_form.html +++ b/bulletin/templates/bulletin/_form.html @@ -70,6 +70,9 @@
+ {% with 'xls/'|add:goal_file as file_static %} + {% trans "Click to download a xls file with the data of the goals" %} + {% endwith %} {% render_field form.file_content class='file-selector' %}
-- libgit2 0.21.2