Skip to content

Commit

Permalink
add spacing to fields in layer_metadata_advanced.html (#7093)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthamareal authored Mar 18, 2021
1 parent 97a8e7c commit 89e8689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="page-title">{% trans "Edit Metadata" %}</h2>
{% block layer_fields %}
{% for field in layer_form %}
{% if field.name != 'use_featureinfo_custom_template' and field.name != 'featureinfo_custom_template' %}
<div>
<div style="margin-bottom: 25px">
<span><label for="{{ field.id }}">{{ field.label }}</label></span>
{{ field }}
</div>
Expand Down

0 comments on commit 89e8689

Please sign in to comment.