Improve event pre-population in admin views
Compare changes
+ 10
− 3
@@ -47,7 +49,12 @@ class Event(models.Model):
@@ -313,7 +320,7 @@ class AKSlot(models.Model):
If there is no active event, pre-select the next upcoming event in admin views
Closes #62 (closed)