blob: b8ae62860786c6dfcdcd0e38bbee4f1ab5c6d10c (
plain) (
tree)
|
|
{% 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 %}
|