Skip to content
Snippets Groups Projects
Commit 01c853e2 authored by magicfelix's avatar magicfelix
Browse files

Fix variable name

parent 919a5103
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def guess_school_id(apps, schema_editor):
if not vr or not vr.school_id_untis:
return
get_site_preferences()["untis_mysql__school_id"] = school_id
get_site_preferences()["untis_mysql__school_id"] = vr.school_id_untis
class Migration(migrations.Migration):
......
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