Skip to content
Snippets Groups Projects
Verified Commit 224de424 authored by Lloyd Meins's avatar Lloyd Meins :thought_balloon:
Browse files

Resolve unrelated changes and remove superfluous lines

parent f5c1befe
No related branches found
No related tags found
1 merge request!77Resolve "PDF export for timetables"
Pipeline #7380 canceled
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
font-family: 'Roboto', sans-serif !important;
}
.timetable-plan .row, .timetable-plan .col {
display: flex;
padding: 0rem;
......
......@@ -10,7 +10,7 @@ urlpatterns = [
views.my_timetable,
name="my_timetable_by_date",
),
path("timetable/<str:type_>/<int:pk>/", views.timetable, name="timetable",),
path("timetable/<str:type_>/<int:pk>/", views.timetable, name="timetable"),
path(
"timetable/<str:type_>/<int:pk>/<int:year>/<int:week>/",
views.timetable,
......
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