Template restructuring

* splits large templates into smaller includes
* removes localized form input for payments
* refactors Document removing using the generic remove form
This commit is contained in:
mipel
2021-07-26 14:35:19 +02:00
parent a6c51aede6
commit d1db559f33
7 changed files with 336 additions and 332 deletions

View File

@@ -26,7 +26,6 @@ class NewPaymentForm(BaseModalForm):
label=_("Amount"),
label_suffix=_(""),
help_text=_("Amount in Euro"),
localize=True,
)
due = forms.DateField(
label=_("Due on"),