aboutsummaryrefslogtreecommitdiff
path: root/app/templates/enroll_id.html
blob: b8ae62860786c6dfcdcd0e38bbee4f1ab5c6d10c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 %}