diff --git a/rowers/templates/manualadd.html b/rowers/templates/manualadd.html index a70040c1..b93dba6a 100644 --- a/rowers/templates/manualadd.html +++ b/rowers/templates/manualadd.html @@ -22,12 +22,12 @@ $( document ).ready(function() { || $(this).val() == 'churchboat' ) { $('#id_boattype').toggle(true); - } else { + } else { $('#id_boattype').toggle(false); - $('#id_boattype').val('1x'); + $('#id_boattype').val('1x'); } }); -$('#id_workouttype').change(); +$('#id_workouttype').change(); }); {% endblock %} @@ -41,13 +41,17 @@ $('#id_workouttype').change(); Please correct the error{{ form.errors|pluralize }} below.
{% endif %} - +