mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Added update view & saving logic
This commit is contained in:
@@ -51,5 +51,6 @@ class Form(models.Model, RevisionMixin):
|
||||
class Meta:
|
||||
permissions = (
|
||||
('create_form', 'Can complete a form'),
|
||||
('update_form', 'Can change a form'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user