aboutsummaryrefslogtreecommitdiff
path: root/app/templates/enroll_id.html
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-12-02 20:10:47 -0500
committerCara Salter <cara@devcara.com>2022-12-02 20:10:47 -0500
commit38b57e8f8bee896a24dfa754fa992ad92f9330bb (patch)
treed8cc0e3baac17108216d1e1082de06c0cf61fe3d /app/templates/enroll_id.html
parentbbdb97213ff7e486b18753a6052b2c6de7b36f86 (diff)
downloadnccd-master.tar.gz
nccd-master.zip
manage/peer: ENROLL PEERSHEADmaster
HELL YEAH
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 %}