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

Remove forgotten references to cambro.

parent db057e15
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('cambro', '0001_initial'),
('core', '0001_initial'),
]
operations = [
......
......@@ -4,11 +4,10 @@ from django.contrib.auth.decorators import login_required
from django.shortcuts import render
from django.utils.translation import gettext_lazy as _
from biscuit.apps.cambro.models import Room
from biscuit.core.decorators import admin_required
from biscuit.core.models import Group, Person
from .models import LessonPeriod, TimePeriod
from .models import LessonPeriod, TimePeriod, Room
@login_required
......
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