Author: batiste.bieler
Date: Sat Feb 14 17:37:53 2009
New Revision: 343
Modified:
trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
Log:
Remove potentialy slow request
Modified: trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
==============================================================================
--- trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
(original)
+++ trunk/pages/templates/admin/pages/page/widgets/wymeditor.html Sat Feb
14 17:37:53 2009
@@ -42,7 +42,7 @@
+ "<label>Page</label>"
+ "<select class='wym_select_page_link'>"
{% for page in pages %}
- + "<option value='{{ page.get_absolute_url }}'>{{
page.get_ancestors|tree_path:" > " }}{% if page.get_ancestors %} > {%
endif %}{{ page }}</option>"
+ + "<option value='{{ page.get_absolute_url }}'>{{ page
}}</option>"
{% endfor %}
+ "</select>"
+ "</div>"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---