small fixes
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user