Commit 604b377362bac2e0fde1ba4c7028e0c4548e6c9e

Authored by Gustavo
1 parent 32b6e887

Included link to download the excel file created

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
bulletin/templates/bulletin/_form.html
... ... @@ -70,6 +70,9 @@
70 70  
71 71 <div class="form-group{% if form.has_error %} has-error {% endif %} is-fileinput">
72 72 <label for="{{ form.file_content.auto_id }}">{{ form.file_content.label }} <span>*</span></label>
  73 + {% with 'xls/'|add:goal_file as file_static %}
  74 + <a href="{% static file_static %}"> {% trans "Click to download a xls file with the data of the goals" %}</a>
  75 + {% endwith %}
73 76 {% render_field form.file_content class='file-selector' %}
74 77  
75 78 <div class="input-group common-file-input">
... ...