From a4717724853ce92888c8aa6c082a25428e00720b Mon Sep 17 00:00:00 2001 From: romangraef Date: Fri, 1 Jun 2018 11:07:02 +0200 Subject: added editing abilities --- templates/new.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/new.html (limited to 'templates/new.html') diff --git a/templates/new.html b/templates/new.html new file mode 100644 index 0000000..32e0eff --- /dev/null +++ b/templates/new.html @@ -0,0 +1,8 @@ +{% extends"base.html" %} +{% block body %} +
+ {% set id_disabled = False %} + {% include "project_fields.html" %} + +
+{% endblock %} \ No newline at end of file -- cgit