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) {