aboutsummaryrefslogtreecommitdiff
path: root/app/templates/enroll_id.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/enroll_id.html')
-rw-r--r--app/templates/enroll_id.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/enroll_id.html b/app/templates/enroll_id.html
new file mode 100644
index 0000000..b8ae628
--- /dev/null
+++ b/app/templates/enroll_id.html
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+
+
+{% block content %}
+<h1>Enroll New Device</h1>
+
+<p>Your enroll ID is <strong>{{ id }}</strong>, please go back and paste this
+into the client!</p>
+
+<p>You can now close this page.</p>
+{% endblock %}