diff options
author | Magnus Granberg <zorry@gentoo.org> | 2017-01-15 20:44:38 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2020-04-09 07:38:53 +0200 |
commit | 593e2eed315dbac85b6318a3cf4dd9fa390c8041 (patch) | |
tree | c6ebb3044ebda6a4db180ee458d1afe538ee6e7e /python/templates/pages/projects/add/index.html | |
parent | fix ame 'adict' is not defined line 273 (diff) | |
download | tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.tar.gz tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.tar.bz2 tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.zip |
Update code to use gosbs backend
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
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 %} |