Skip to content

Commit

Permalink
remove unnecessary flex div from the _field.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Oct 2, 2023
1 parent a3e39d8 commit b10acfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions portality/templates/application_form/_field.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
</p>
</div>
{% else %}
<div style="display: flex;">
{{ f.render_form_control() }}
</div>
{{ f.render_form_control() }}
{% endif %}

{% if f.wtfield.__class__.__name__ == "BooleanField" %}
Expand Down

0 comments on commit b10acfb

Please sign in to comment.