Skip to content
Snippets Groups Projects
Verified Commit 7d753474 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Reformat

parent 0cc4d77a
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
Pipeline #176892 failed
...@@ -175,7 +175,10 @@ export default { ...@@ -175,7 +175,10 @@ export default {
this.model = false; this.model = false;
}, },
getLessonDeleteText(item) { getLessonDeleteText(item) {
return `${this.selectedEvent.name} · ${this.$d(this.selectedEvent.start, "shortDateTime")}${this.$d(this.selectedEvent.end, "shortTime")}`; return `${this.selectedEvent.name} · ${this.$d(
this.selectedEvent.start,
"shortDateTime",
)}${this.$d(this.selectedEvent.end, "shortTime")}`;
}, },
}, },
computed: { computed: {
......
...@@ -8,7 +8,7 @@ from graphene_django_cud.mutations import ( ...@@ -8,7 +8,7 @@ from graphene_django_cud.mutations import (
DjangoBatchPatchMutation, DjangoBatchPatchMutation,
) )
from aleksis.core.models import CalendarEvent, Group, Person, Room from aleksis.core.models import Group, Person, Room
from ..models import LessonEvent from ..models import LessonEvent
from ..util.chronos_helpers import get_classes, get_rooms, get_teachers from ..util.chronos_helpers import get_classes, get_rooms, get_teachers
......
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