From f5bfef34cffdcb9b57fcd9e8267449f18578e375 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 11 Jan 2020 13:11:39 +0100 Subject: [PATCH] small fixes --- rowers/admin.py | 2 +- rowers/templates/survey.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rowers/admin.py b/rowers/admin.py index 26c6d660..fd8ab271 100644 --- a/rowers/admin.py +++ b/rowers/admin.py @@ -32,7 +32,7 @@ class RowerInline(admin.StackedInline): {'fields':('paidplan','rowerplan','paymenttype','planexpires','teamplanexpires','protrialexpires','plantrialexpires','clubsize','offercoaching')}), ('Rower Settings', {'fields': - ('gdproptin','gdproptindate','weightcategory','sex','adaptiveclass','birthdate','getemailnotifications', + ('surveydone','surveydonedate','gdproptin','gdproptindate','weightcategory','sex','adaptiveclass','birthdate','getemailnotifications', 'getimportantemails','emailbounced','defaultlandingpage', 'defaulttimezone','showfavoritechartnotes')}), ('Rower Zones', diff --git a/rowers/templates/survey.html b/rowers/templates/survey.html index 1e5fc0fb..39433159 100644 --- a/rowers/templates/survey.html +++ b/rowers/templates/survey.html @@ -36,7 +36,7 @@ frm.submit(function(e) { {{ form.as_table }}
- +