Skip to content

Commit

Permalink
Change to learn category
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Dec 17, 2020
1 parent bf6389a commit fea48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/esp/tagdict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
'is_boolean': False,
'help_text': 'When should students\' grades rollover/increment?',
'default': datetime.date(datetime.date.today().year, 7, 31),
'category': 'manage',
'category': 'learn',
'is_setting': True,
'field': forms.DateField(widget=forms.SelectDateWidget(years=[datetime.date.today().year]))
},
Expand Down

0 comments on commit fea48c4

Please sign in to comment.