Private
Public Access
1
0

making ranking permanetn

This commit is contained in:
Sander Roosendaal
2018-10-05 17:05:37 +02:00
parent 159a0416d0
commit 3a968b45fe
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
hidden.hide(); hidden.hide();
if (modality.val() == 'water') {
hidden.show();
}
// Setup an event listener for when the state of the // Setup an event listener for when the state of the

View File

@@ -2740,6 +2740,7 @@ def cum_flex(request,theuser=0,
initial={ initial={
'modality':modality, 'modality':modality,
'waterboattype':waterboattype, 'waterboattype':waterboattype,
'rankingonly':rankingonly,
} }
) )