Skip to content

Commit

Permalink
Change template structure
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Mar 1, 2018
1 parent 3905edc commit 112d984
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rdmo/options/templates/options/file_upload.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends 'core/page.html' %}
{% load i18n %}
{% load core_tags %}

{% block page %}

<form action="/options/import/xml/" method="post" enctype="multipart/form-data">
{% csrf_token %} {% include 'core/bootstrap_form_fields.html' %}
<input type="submit" id="submit" value="Submit File" />
</form>

{% endblock %}

0 comments on commit 112d984

Please sign in to comment.