Skip to content
Snippets Groups Projects
Verified Commit e1325efe authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix stray occurence of old variable name.

parent ac8f80af
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,4 @@ class PersonalNoteFilter(SchoolRelated):
class Meta:
unique_together = [['school', 'identifier'], ['school', 'description'], ['school', 'regex']]
ordering = ['short_name']
ordering = ['identifier']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment