From 774d71f31b59fe07ff176d0bf81502df544a8fe3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 24 Apr 2018 10:46:19 +0200 Subject: Removed now useless form. --- src/web/templates/admin/dashboard.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 7728f586..350a2e47 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -47,19 +47,6 @@ {{ _('Add a new user') }} -

{{ _('Send notification messages') }}

-
- {{ form.hidden_tag() }} - - {{ form.subject.label }} - {{ form.subject(class_="form-control") }} {% for error in form.subject.errors %} {{ error }}
{% endfor %} - - {{ form.message.label }} - {{ form.message(class_="form-control", rows=8) }} {% for error in form.message.errors %} {{ error }}
{% endfor %} - -
- {{ form.submit(class_="btn btn-default") }} -