summaryrefslogtreecommitdiffstats
path: root/expo/views_other.py
diff options
context:
space:
mode:
authormartin speleo <martin.speleo@gmail.com>2009-06-28 19:33:24 +0100
committermartin speleo <martin.speleo@gmail.com>2009-06-28 19:33:24 +0100
commitca7bc171c96821fd4f6f58137d94f53e5de1afe6 (patch)
treefa6a8f85a073f96e28500266ec5f5db44778f967 /expo/views_other.py
parentb55b17ccc1c7c4c3b1ab120603cca80a33081ba5 (diff)
downloadtroggle-ca7bc171c96821fd4f6f58137d94f53e5de1afe6.tar.gz
troggle-ca7bc171c96821fd4f6f58137d94f53e5de1afe6.tar.bz2
troggle-ca7bc171c96821fd4f6f58137d94f53e5de1afe6.zip
[svn] Fixed small semantics issues stopping base.js working with IE.
Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used.
Diffstat (limited to 'expo/views_other.py')
-rw-r--r--expo/views_other.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/expo/views_other.py b/expo/views_other.py
index f56f8bc..790c779 100644
--- a/expo/views_other.py
+++ b/expo/views_other.py
@@ -149,4 +149,7 @@ def downloadQMs(request):
def ajax_test(request):
post_text = request.POST['post_data']
return HttpResponse("{'response_text': '"+post_text+" recieved.'}",
- mimetype="application/json") \ No newline at end of file
+ mimetype="application/json")
+
+def eyecandy(request):
+ return render_response(request,'eyecandy.html', {})