summaryrefslogtreecommitdiff
path: root/lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html')
-rw-r--r--lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html b/lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html
deleted file mode 100644
index e0fcf2a..0000000
--- a/lib/grappelli/templates/admin_tools/menu/add_bookmark_form.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% url admin-tools-menu-add-bookmark 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 %}" />
- <input type="hidden" name="url" value="{% firstof url request.get_full_path|urlencode %}" />
- <input type="hidden" name="title" value="{{ title }}" />
- <button id="bookmark-button" type="submit"></button>
- </form>
-{% endif %}