Author: jtauber
Date: Mon Oct 13 03:48:50 2008
New Revision: 1036

Modified:
    trunk/projects/complete_project/templates/bookmarks/your_bookmarks.html

Log:
template change for bookmark deletion

Modified:  
trunk/projects/complete_project/templates/bookmarks/your_bookmarks.html
==============================================================================
--- trunk/projects/complete_project/templates/bookmarks/your_bookmarks.html     
 
(original)
+++ trunk/projects/complete_project/templates/bookmarks/your_bookmarks.html     
 
Mon Oct 13 03:48:50 2008
@@ -30,6 +30,11 @@
                              <div class="body">{{ bookmark_instance.note| 
linebreaks }}</div>
                          {% endif %}
                          <div class="url">{% if  
bookmark_instance.bookmark.get_favicon_url %}<img src="{{  
bookmark_instance.bookmark.get_favicon_url }}" height="16" width="16"/> {%  
endif %}{{ bookmark_instance.bookmark.url }}</div>
+                        <form method="POST" action="{% url  
delete_bookmark_instance bookmark_instance.id %}">
+                            <input type="submit" value="{% trans "Delete  
Bookmark" %}" />
+                            <input type="hidden" name="next" value="{{  
request.path }}" />
+                        </form>
+
                      </td>
                  </tr>
              {% endfor %}

--~--~---------~--~----~------------~-------~--~----~
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