summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/registration/bugzillauser.html')
-rw-r--r--python/templates/registration/bugzillauser.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/templates/registration/bugzillauser.html b/python/templates/registration/bugzillauser.html
new file mode 100644
index 0000000..d05d6ad
--- /dev/null
+++ b/python/templates/registration/bugzillauser.html
@@ -0,0 +1,10 @@
+{% 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 %}