Revision: 712
Author: [email protected]
Date: Fri Sep 25 03:00:45 2009
Log: fix with admin_media_prefix
http://code.google.com/p/django-page-cms/source/detail?r=712
Modified:
/trunk/pages/templates/admin/pages/page/change_list_table.html
=======================================
--- /trunk/pages/templates/admin/pages/page/change_list_table.html Tue Sep
1 12:17:11 2009
+++ /trunk/pages/templates/admin/pages/page/change_list_table.html Fri Sep
25 03:00:45 2009
@@ -3,7 +3,7 @@
<div id="toolbar">
<form id="changelist-search" action="" method="post">
<div>
- <label for="searchbar"><img
src="/admin_media/img/admin/icon_searchbox.png" alt="{% trans "Search" %}"
/></label>
+ <label for="searchbar"><img src="{% load adminmedia %}{%
admin_media_prefix %}img/admin/icon_searchbox.png" alt="{%
trans "Search" %}" /></label>
<input type="text" size="25" name="q" value="{{q}}" id="searchbar"
/>
<input type="submit" name="g" value="{% trans "Go" %}" />
</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
-~----------~----~----~----~------~----~------~--~---