mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 17:18:44 +02:00
feat: another batch of fixes
This commit is contained in:
@@ -154,8 +154,8 @@ class AccountBalanceForm(forms.Form):
|
||||
self.helper.layout = Layout(
|
||||
"new_balance",
|
||||
Row(
|
||||
Column("category", css_class="md:col-span-6 mb-0"),
|
||||
Column("tags", css_class="md:col-span-6 mb-0"),
|
||||
Column("category"),
|
||||
Column("tags"),
|
||||
css_class="form-row",
|
||||
),
|
||||
Field("account_id"),
|
||||
|
||||
Reference in New Issue
Block a user