summaryrefslogtreecommitdiff
path: root/grades/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'grades/forms.py')
-rw-r--r--grades/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grades/forms.py b/grades/forms.py
index 4f9c9a7..745abff 100644
--- a/grades/forms.py
+++ b/grades/forms.py
@@ -34,6 +34,7 @@ class GradeRangeForm(forms.ModelForm):
{'class': "form-control",
'placeholder': 'Description'}
)
+
class Meta:
model = GradeRange
fields = "__all__"