From aff02a716713e002df1a0327eadd3794d4d82d2b Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 6 Aug 2018 15:21:48 +0900 Subject: [PATCH] Add template for stats --- app/server/templates/admin/stats.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/server/templates/admin/stats.html diff --git a/app/server/templates/admin/stats.html b/app/server/templates/admin/stats.html new file mode 100644 index 00000000..20a2f703 --- /dev/null +++ b/app/server/templates/admin/stats.html @@ -0,0 +1,18 @@ +{% extends "admin/admin_base.html" %} {% load static %} {% block content-area %} +
+
+

Label stats

+ + +
+
+

User stats

+ + +
+
+{% endblock %} {% block footer %} + + +{% endblock %} \ No newline at end of file