Skip to content
Snippets Groups Projects
Commit b8c4d415 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

move nop_form one level up

parent 91d616f7
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -82,4 +82,4 @@ def nop_form(request):
result = _bydate(date.year, date.month, date.day, time.hour, time.minute)
context['nowplaying'] = result
context['form'] = form
return render_to_response('nop/nop_form.html', context)
return render_to_response('nop_form.html', context)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment