summaryrefslogtreecommitdiff
path: root/templates/new.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/new.html')
-rw-r--r--templates/new.html8
1 files changed, 8 insertions, 0 deletions
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 %}
+ <form id="form" action="{{ url_for('new_project') }}" method="post">
+ {% set id_disabled = False %}
+ {% include "project_fields.html" %}
+ <input type="submit" value="Create">
+ </form>
+{% endblock %} \ No newline at end of file