diff options
Diffstat (limited to 'nop/views.py')
-rw-r--r-- | nop/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py index a106493..1faf7f4 100644 --- a/nop/views.py +++ b/nop/views.py @@ -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) |