From 78fa5a8435b150859e7fe106a7068e76575212f6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 23 Jan 2016 14:02:46 +0100 Subject: All forms should contain a non-empty action --- accounts/templates/admin/create_account.html | 2 +- accounts/templates/admin/disable_account.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/templates/admin/create_account.html b/accounts/templates/admin/create_account.html index 208410c..6dae77c 100644 --- a/accounts/templates/admin/create_account.html +++ b/accounts/templates/admin/create_account.html @@ -12,7 +12,7 @@ Der Benutzer bekommt eine Mail, mit der er sich dann ganz normal ein Passwort setzen kann.

-
+ {% for field in form %} {{ render_field(field) }} {% endfor %} diff --git a/accounts/templates/admin/disable_account.html b/accounts/templates/admin/disable_account.html index 9842d6c..47bc1d4 100644 --- a/accounts/templates/admin/disable_account.html +++ b/accounts/templates/admin/disable_account.html @@ -12,7 +12,7 @@ Der Benutzer wird davon nicht benachrichtigt, mach das also nur mit Accounts, die sicher Spammer sind!

- + {% for field in form %} {{ render_field(field) }} {% endfor %} -- cgit v1.2.3-1-g7c22