Skip to content

Commit

Permalink
fix: only one input field per row
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo committed Feb 12, 2025
1 parent 6acc8d8 commit 11594ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions itou/templates/companies/edit_siae.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ <h3>{{ siae.display_name }}</h3>
<hr>
{% bootstrap_field form.address_line_1 %}
{% bootstrap_field form.address_line_2 %}
<div class="form-row">
{% bootstrap_field form.post_code wrapper_class='form-group col-md-3' %}
{% bootstrap_field form.city wrapper_class='form-group col-md-9' %}
</div>

{% bootstrap_field form.post_code %}
{% bootstrap_field form.city %}

<hr>
{% bootstrap_field form.phone %}
{% bootstrap_field form.email %}
Expand Down

0 comments on commit 11594ad

Please sign in to comment.