diff options
Diffstat (limited to 'lib/grappelli/templates/admin_tools/menu/remove_bookmark_form.html')
-rw-r--r-- | lib/grappelli/templates/admin_tools/menu/remove_bookmark_form.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/grappelli/templates/admin_tools/menu/remove_bookmark_form.html b/lib/grappelli/templates/admin_tools/menu/remove_bookmark_form.html deleted file mode 100644 index 7d9567f..0000000 --- a/lib/grappelli/templates/admin_tools/menu/remove_bookmark_form.html +++ /dev/null @@ -1,7 +0,0 @@ -{% url admin-tools-menu-remove-bookmark bookmark.id as form_url %} -{% if form_url %} -<form id="bookmark-form" action="{{ form_url }}" method="POST"> - <input type="hidden" name="next" value="{% firstof url request.get_full_path|urlencode %}" /> - <button id="bookmark-button" class="bookmarked" type="submit"></button> -</form> -{% endif %} |