summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/logs/build/submitbug/index.html')
-rw-r--r--python/templates/pages/logs/build/submitbug/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/templates/pages/logs/build/submitbug/index.html b/python/templates/pages/logs/build/submitbug/index.html
new file mode 100644
index 0000000..4f1458f
--- /dev/null
+++ b/python/templates/pages/logs/build/submitbug/index.html
@@ -0,0 +1,8 @@
+{% extends "layout/base.html" %}
+{% block content %}
+<form action="/logs/build/submitlog/{{B.BuildLogId}}/" method="post">
+{% csrf_token %}
+{{ form.as_p }}
+<input type="submit" value="Submit" />
+</form>
+{% endblock %}