Compact interfaces and edit more things inline
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user