aboutsummaryrefslogtreecommitdiffstats
path: root/templates/issues/device.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/issues/device.html')
-rw-r--r--templates/issues/device.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/issues/device.html b/templates/issues/device.html
new file mode 100644
index 0000000..def5b8b
--- /dev/null
+++ b/templates/issues/device.html
@@ -0,0 +1,7 @@
+{% extends "issues/index.html" %}
+
+{% block main %}
+ {% for k, v in models.items %}
+ <a href="{% url 'issues-choose_device' k %}">{{ v.name }}</a>
+ {% endfor %}
+{% endblock main %}