diff --git a/app/templates/add_objective.html b/app/templates/add_objective.html index ed9ea84..e9b3cb9 100644 --- a/app/templates/add_objective.html +++ b/app/templates/add_objective.html @@ -23,10 +23,8 @@ {{ wtf.form_field(form.longitude, class='form-control', type='number', value='5.3', min='-180', max='181', step='0.00001') }} {{ wtf.form_field(form.submit, class='btn btn-primary') }} -
-
@@ -78,5 +76,4 @@ }); - {% endblock %} \ No newline at end of file