Browse Source

remove unnecessary linebreaks

feature_tests
Burathar 4 years ago
parent
commit
d6317414a4
  1. 3
      app/templates/add_objective.html

3
app/templates/add_objective.html

@ -23,10 +23,8 @@ @@ -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') }}
</form>
</div>
<div id="map" style=" height: 500px; border-radius: 10px; " class="col-md-6 col-xs-12"></div>
</div>
<hr>
@ -78,5 +76,4 @@ @@ -78,5 +76,4 @@
});
</script>
{% endblock %}
Loading…
Cancel
Save