Author: leidel
Date: Mon Sep 8 11:07:54 2008
New Revision: 853
Modified:
trunk/pinax/templates/bookmarks/add.html
Log:
use site_name in bookmarks add template
Modified: trunk/pinax/templates/bookmarks/add.html
==============================================================================
--- trunk/pinax/templates/bookmarks/add.html (original)
+++ trunk/pinax/templates/bookmarks/add.html Mon Sep 8 11:07:54 2008
@@ -8,7 +8,7 @@
{% block body %}
<h1>{% trans "Add Bookmark" %}</h1>
- <p>You can drag this '<a href="{{ bookmarklet }}">Add to Pinax
Bookmarks</a>' link to your bookmark bar to post the pages you visit!</p>
+ <p>You can drag this '<a href="{{ bookmarklet }}">Add to {{ site_name
}} Bookmarks</a>' link to your bookmark bar to post the pages you visit!</p>
<form method="POST" action="">
<table>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---