Commit a57788e93b7911f4d41873cbadda67c8a913312e

Authored by Zambom
1 parent 3e5847a1

Making form link to download sheets clickable again

bulletin/sheets/xls/snuff.xls 0 → 100644
No preview for this file type
bulletin/templates/bulletin/_form.html
... ... @@ -68,10 +68,10 @@
68 68 {% endif %}
69 69 </div>
70 70  
  71 + <h4>{% trans "Bulletin Data" %}</h4><hr>
  72 + <label for="{{ form.file_content.auto_id }}">{{ form.file_content.label }} <span>*</span></label>
  73 + <a href="{% url 'bulletin:download_file' file=goal_file %}"> {% trans "Click to download a xls file with the data of the goals" %}</a>
71 74 <div class="form-group{% if form.has_error %} has-error {% endif %} is-fileinput">
72   - <h4>{% trans "Bulletin Data" %}</h4><hr>
73   - <label for="{{ form.file_content.auto_id }}">{{ form.file_content.label }} <span>*</span></label>
74   - <a href="{% url 'bulletin:download_file' file=goal_file %}"> {% trans "Click to download a xls file with the data of the goals" %}</a>
75 75 {% render_field form.file_content class='file-selector' %}
76 76  
77 77 <div class="input-group common-file-input">
... ...