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