Skip to content

Commit

Permalink
Fix form styling
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 6, 2024
1 parent 5d88f70 commit 51246e0
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
{% endblock %}
<div class="module" id="changelist">
<form action="{% url opts|admin_urlname:"changelist" %}">
<fieldset class="module aligned">
<div class="form-row">
<div class="flex-container">
{{ form }}
</div>
<div class="flex-container">
{{ form }}
</div>
</div>
</fieldset>
<button type="submit">{% translate "Submit" %}</button>
</form>
</form>
Expand Down

0 comments on commit 51246e0

Please sign in to comment.