From e6468b012d5b33dd16992652da57f11dd5a6e82f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sun, 21 Jun 2020 06:37:46 +0200 Subject: Initial commit --- templates/admin.htm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/admin.htm (limited to 'templates/admin.htm') diff --git a/templates/admin.htm b/templates/admin.htm new file mode 100644 index 0000000..db4aa03 --- /dev/null +++ b/templates/admin.htm @@ -0,0 +1,22 @@ +{% extends "base.htm" %} + +{% block title %}Administration{% endblock %} + +{% block content %} +

User Creation

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