diff options
author | Magnus Granberg <zorry@gentoo.org> | 2021-05-31 01:16:54 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2021-09-24 04:22:49 +0200 |
commit | 5e84cbca6ca8f525703c062f7e824f2c60ed4bc7 (patch) | |
tree | 0c3a689bde470120e19a2d6d25512d1974e4c741 /python/templates/pages/projects/add/index.html | |
parent | Update code to use gosbs backend (diff) | |
download | tinderbox-cluster-www-5e84cbca6ca8f525703c062f7e824f2c60ed4bc7.tar.gz tinderbox-cluster-www-5e84cbca6ca8f525703c062f7e824f2c60ed4bc7.tar.bz2 tinderbox-cluster-www-5e84cbca6ca8f525703c062f7e824f2c60ed4bc7.zip |
Restart
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, 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 %} |