summaryrefslogtreecommitdiff
path: root/src/frest/templates/form.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/frest/templates/form.txt')
-rw-r--r--src/frest/templates/form.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frest/templates/form.txt b/src/frest/templates/form.txt
index f4b2c14..ed1017e 100644
--- a/src/frest/templates/form.txt
+++ b/src/frest/templates/form.txt
@@ -8,3 +8,4 @@ class %%NAME%%Form(ModelForm):
def __init__(self, data):
super().__init__(self.model)
self.data = data
+ self.ignore = []