mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
pedagogy: fix typo for AUTUMN_AND_SPRING
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-06-19 23:05
|
||||
# Generated by Django 1.11.20 on 2019-07-05 14:32
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
@ -67,7 +67,7 @@ class Migration(migrations.Migration):
|
||||
("CLOSED", "Closed"),
|
||||
("AUTUMN", "Autumn"),
|
||||
("SPRING", "Spring"),
|
||||
("AUTOMN_AND_SPRING", "Autumn and spring"),
|
||||
("AUTUMN_AND_SPRING", "Autumn and spring"),
|
||||
],
|
||||
default="CLOSED",
|
||||
max_length=20,
|
||||
|
Reference in New Issue
Block a user