From fe5f94db94fb9435658ae867beb2dc5700e42b12 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 28 Jul 2021 00:28:30 +0200 Subject: [PATCH] sneed --- drama/templates/admin/user_award.html | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 drama/templates/admin/user_award.html diff --git a/drama/templates/admin/user_award.html b/drama/templates/admin/user_award.html new file mode 100644 index 0000000000..b089690039 --- /dev/null +++ b/drama/templates/admin/user_award.html @@ -0,0 +1,66 @@ +{% extends "default.html" %} + +{% block title %} +Grant User Award +{% endblock %} + +{% block pagetype %}message{% endblock %} + +{% block content %} + + {% if error %} + + {% endif %} + {% if msg %} + + {% endif %} + +

+

+
User Award Grant
+ +
+ + + +
+ + + + + + + + + + + +{% for a in awards %} + + + + + +{% endfor %} +
IconTitleAmount
{{ a['title'] }}
+ + + +
+{% endblock %}