mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 09:12:23 +01:00
Advanced searching through songs.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
<button id="request-button" class="btn btn-primary">Request</button>
|
||||
<br><br>
|
||||
<div id="request-container" class="hidden">
|
||||
<input id="search-all" class="search-input" type="text">
|
||||
<div class="table-responsive">
|
||||
<table id="request-table" class="table table-striped">
|
||||
<thead>
|
||||
|
||||
@ -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