summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/projects/add/index.html')
-rw-r--r--python/templates/pages/projects/add/index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/templates/pages/projects/add/index.html b/python/templates/pages/projects/add/index.html
deleted file mode 100644
index ec46b8d..0000000
--- a/python/templates/pages/projects/add/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "layout/base.html" %}
-{% block content %}
-<form action="{{ Project.uuid }}" method="post">
- {% csrf_token %}
- {{ Form }}
- <input type="submit" value="Submit">
-</form>
-{% endblock %}