Added update view & saving logic

This commit is contained in:
David Taylor
2015-08-07 20:42:50 +03:00
committed by Tom Price
parent 7a0746d1a4
commit 153dacbf22
4 changed files with 59 additions and 10 deletions

View File

@@ -51,5 +51,6 @@ class Form(models.Model, RevisionMixin):
class Meta:
permissions = (
('create_form', 'Can complete a form'),
('update_form', 'Can change a form'),
)