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

Fix style.

parent a7736b73
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
from django.contrib.auth.decorators import login_required
from django.shortcuts import redirect, render
from django.shortcuts import render
from biscuit.core.decorators import admin_required
@login_required
@admin_required
def timetable(request):
context = {}
return render(request, 'chronos/tt_week.html')
return render(request, 'chronos/tt_week.html', context)
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