From 38b57e8f8bee896a24dfa754fa992ad92f9330bb Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 2 Dec 2022 20:10:47 -0500 Subject: manage/peer: ENROLL PEERS HELL YEAH --- app/templates/enroll_id.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/templates/enroll_id.html (limited to 'app/templates/enroll_id.html') 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 %} +

Enroll New Device

+ +

Your enroll ID is {{ id }}, please go back and paste this +into the client!

+ +

You can now close this page.

+{% endblock %} -- cgit v1.2.3