summaryrefslogtreecommitdiff
path: root/nop/views.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-05-26 11:29:24 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-05-26 11:29:24 (GMT)
commitb8c4d41508a0dd1c0019e8cb6e699d276c9d9882 (patch)
treeced834222557d99989e9f2dfc0145ad7b70959ea /nop/views.py
parent91d616f78490860fbbb40f25227e5c082f8be497 (diff)
move nop_form one level up
Diffstat (limited to 'nop/views.py')
-rw-r--r--nop/views.py2
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)