Skip to content

Commit

Permalink
Merge pull request #261 from ppfeufer/unnecessary-class
Browse files Browse the repository at this point in the history
[REMOVE] Unnecessary CSS class from form
  • Loading branch information
ppfeufer authored Mar 2, 2025
2 parents b63e71f + e98dc70 commit 7f00ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Section Order:

- Code for the template tag has been improved

### Removed

- Unnecessary CSS class from form

## [3.5.1] - 2025-02-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion fleetpings/templates/fleetpings/partials/form/form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load django_bootstrap5 %}
{% load i18n %}

<form id="aa-fleetping-form" class="form-horizontal">
<form id="aa-fleetping-form">
{% csrf_token %}

<fieldset class="aa-fleetpings-form">
Expand Down

0 comments on commit 7f00ab0

Please sign in to comment.