Private
Public Access
1
0

small fixes

This commit is contained in:
Sander Roosendaal
2020-01-11 13:11:39 +01:00
parent 1ec5e9f6c8
commit f5bfef34cf
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ class RowerInline(admin.StackedInline):
{'fields':('paidplan','rowerplan','paymenttype','planexpires','teamplanexpires','protrialexpires','plantrialexpires','clubsize','offercoaching')}), {'fields':('paidplan','rowerplan','paymenttype','planexpires','teamplanexpires','protrialexpires','plantrialexpires','clubsize','offercoaching')}),
('Rower Settings', ('Rower Settings',
{'fields': {'fields':
('gdproptin','gdproptindate','weightcategory','sex','adaptiveclass','birthdate','getemailnotifications', ('surveydone','surveydonedate','gdproptin','gdproptindate','weightcategory','sex','adaptiveclass','birthdate','getemailnotifications',
'getimportantemails','emailbounced','defaultlandingpage', 'getimportantemails','emailbounced','defaultlandingpage',
'defaulttimezone','showfavoritechartnotes')}), 'defaulttimezone','showfavoritechartnotes')}),
('Rower Zones', ('Rower Zones',

View File

@@ -36,7 +36,7 @@ frm.submit(function(e) {
<table> <table>
{{ form.as_table }} {{ form.as_table }}
</table> </table>
<input type="submit" name="submit" value="SUBMIT"> <input type="submit" name="submit" value="CONTINUE">
</li> </li>
</ul> </ul>