diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-05-26 11:29:24 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-05-26 11:29:24 (GMT) |
commit | b8c4d41508a0dd1c0019e8cb6e699d276c9d9882 (patch) | |
tree | ced834222557d99989e9f2dfc0145ad7b70959ea /nop | |
parent | 91d616f78490860fbbb40f25227e5c082f8be497 (diff) |
move nop_form one level up
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) |