From c7fd8c443357879aab51134e6679ace45baec103 Mon Sep 17 00:00:00 2001 From: keroth Date: Sun, 10 May 2015 00:10:26 +0200 Subject: Added file support --- inventar/templates/upload.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inventar/templates/upload.html (limited to 'inventar/templates/upload.html') diff --git a/inventar/templates/upload.html b/inventar/templates/upload.html new file mode 100644 index 0000000..5371020 --- /dev/null +++ b/inventar/templates/upload.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + {% if user.is_authenticated %} +

Upload new Parent Tree:

+ +
{% csrf_token %} + {{form}} + + + {% endif %} +{% endblock %} -- cgit v1.2.3