{% extends 'portal.html' %} {% load add_class %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=form.instance.get_crumbs crud=crud %} {% endblock title %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=form.instance.get_crumbs crud=crud %} {% endblock %} {% block content %}
Add an attachment to a study Upload a file to be associated with his study. Multiple files can be uploaded by creating additional attachments.
{{ form.non_field_errors|add_class:"alert alert-error" }} {% for field in form %}
{{field.label_tag|add_class:"control-label"}}
{{field|add_class:"span12"}} {{field.help_text}}
{{field.errors|add_class:"alert alert-error"}}
{% endfor %}
Cancel
{% csrf_token %}
{% endblock %}