Skip to content
Snippets Groups Projects

WIP: Add way to edit substitution

Merged Tom Teichler requested to merge issue12 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ from django.utils.translation import ugettext_lazy as _
from biscuit.core.models import Person, Group
from .models import Room
from .models import Room, LessonSubstitution
class SelectForm(forms.Form):
Loading