From f1b968076491431af784516550a85e0f73ee124d Mon Sep 17 00:00:00 2001 From: Inga Kirschnick Date: Thu, 12 Jan 2023 09:25:58 +0100 Subject: [PATCH] Cleanup of tests to push into live system --- app/templates/_sidenav.html.j2 | 4 ++-- app/templates/main/dashboard.html.j2 | 14 ++++---------- app/templates/users/edit_profile.html.j2 | 2 +- app/templates/users/profile.html.j2 | 6 +++--- app/users/forms.py | 10 ++++++---- app/wtf_validators.py | 9 +++++++++ 6 files changed, 25 insertions(+), 20 deletions(-) create mode 100644 app/wtf_validators.py diff --git a/app/templates/_sidenav.html.j2 b/app/templates/_sidenav.html.j2 index f968cffe..11616ebf 100644 --- a/app/templates/_sidenav.html.j2 +++ b/app/templates/_sidenav.html.j2 @@ -1,6 +1,6 @@