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