mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:12:21 +01:00
Advanced searching through songs.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
from django.contrib.auth.decorators import login_required
|
||||
|
||||
|
||||
@login_required
|
||||
def index(request):
|
||||
return render(request, 'queues/queue.html')
|
||||
|
||||
Reference in New Issue
Block a user