From d6317414a4e92f45184f40357fb82291be0976b5 Mon Sep 17 00:00:00 2001 From: Burathar Date: Thu, 9 Jul 2020 15:20:37 +0200 Subject: [PATCH] remove unnecessary linebreaks --- app/templates/add_objective.html | 3 --- 1 file changed, 3 deletions(-) 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