diff options
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/enroll_id.html | 11 |
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 %} |