diff options
Diffstat (limited to 'src/caas/templates/ciq.xml')
| -rw-r--r-- | src/caas/templates/ciq.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/caas/templates/ciq.xml b/src/caas/templates/ciq.xml new file mode 100644 index 0000000..baf97f1 --- /dev/null +++ b/src/caas/templates/ciq.xml @@ -0,0 +1,13 @@ +{% extends "site.xml" %} +{% block content %} +{% load crispy_forms_tags %} +<form name="ciq_upload_form" + id="ciq_upload_form" + method="POST" + action="" + enctype="multipart/form-data"> +{% csrf_token %} +{{ form|crispy }} +<input type="submit" class="btn btn-success" value="Upload and import CIQ"/> +</form> +{% endblock %} |
