From ccc5d1f1b2cb4b5e2a95b97bbd1a5760ce585f08 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Sat, 20 Jun 2020 15:55:28 +0200 Subject: Document custom field --- server/templates/server/approve_user.html | 51 ++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 17 deletions(-) (limited to 'server/templates/server/approve_user.html') diff --git a/server/templates/server/approve_user.html b/server/templates/server/approve_user.html index 126c0b9..9d4b36c 100644 --- a/server/templates/server/approve_user.html +++ b/server/templates/server/approve_user.html @@ -3,24 +3,41 @@ {% block title %}Admin - Approva Utente{% endblock %} {% block nav %} - Home - Admin - Approva Utente + Home + Admin + Approva Utente {% endblock %} {% block content %} -

Inserire un codice per riga

- -
- {% csrf_token %} - -

- -
+ +{% if not empty %} +
+
+
+
    + {% for i in messages %} +
  • {{ i }}
  • + {% endfor %} +
+
+
+
+{% endif %} + +
+
+
+
+ {% csrf_token %} +
+

Inserire un codice per riga

+ +
+
+ Invia +
+
+
+
+
{% endblock %} \ No newline at end of file -- cgit v1.2.1