Author: batiste.bieler
Date: Fri Apr 24 06:57:48 2009
New Revision: 477

Modified:
    trunk/pages/admin/views.py

Log:
Fix the traduction helper

Modified: trunk/pages/admin/views.py
==============================================================================
--- trunk/pages/admin/views.py  (original)
+++ trunk/pages/admin/views.py  Fri Apr 24 06:57:48 2009
@@ -41,7 +41,7 @@
      page = Page.objects.get(pk=page_id)
      context = {}
      lang = language_id
-    placeholders = get_placeholders(request, page.get_template())
+    placeholders = get_placeholders(page.get_template())
      if Content.objects.get_content(page, language_id, "title") is None:
          language_error = True
      return 'pages/traduction_helper.html', locals()

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to