Skip to content
Snippets Groups Projects
Commit 8ba5e95a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'master' into server

parents ac3dee2f 8dec26c8
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -44,7 +44,7 @@ def index(request):
@login_required
@permission_required('aub.apply_for_aub')
@check_own_aub(login_url='/')
@check_own_aub(login_url='/accounts/login/')
def details(request, id):
aub = get_object_or_404(Aub, id=id)
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