diff options
Diffstat (limited to 'python/templates/registration/bugzillauser.html')
-rw-r--r-- | python/templates/registration/bugzillauser.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/python/templates/registration/bugzillauser.html b/python/templates/registration/bugzillauser.html deleted file mode 100644 index d05d6ad..0000000 --- a/python/templates/registration/bugzillauser.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends 'layout/base.html' %} -{% block title %}Bugzilla accounts{% endblock %} -{% block content %} - <h2>Bugzilla accounts</h2> - <form method="post"> - {% csrf_token %} - {{ form }} - <button type="submit">Submit</button> - </form> -{% endblock %} |