Compact interfaces and edit more things inline

This commit is contained in:
2026-02-15 22:20:14 +00:00
parent 3d5fb29068
commit 6bdd213384
8 changed files with 429 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ class PersonCreate(LoginRequiredMixin, ObjectCreate):
class PersonUpdate(LoginRequiredMixin, ObjectUpdate):
model = Person
form_class = PersonForm
window_content = "mixins/window-content/person-form.html"
submit_url_name = "person_update"