diff options
Diffstat (limited to 'nop')
-rw-r--r-- | nop/templates/nop_form.html (renamed from nop/templates/nop/nop_form.html) | 0 | ||||
-rw-r--r-- | nop/views.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/nop/templates/nop/nop_form.html b/nop/templates/nop_form.html index e4efcd9..e4efcd9 100644 --- a/nop/templates/nop/nop_form.html +++ b/nop/templates/nop_form.html 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) |