summaryrefslogtreecommitdiff
path: root/design/templates/admin/daily
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-02-05 09:22:00 -0600
committerluxagraf <sng@luxagraf.net>2018-02-05 09:22:00 -0600
commit4b2df9841a0cfd7e5630162d81c4c8369cf3ba0a (patch)
treeee0ab3dd29bb6a278745b35704bfacdbdce6191e /design/templates/admin/daily
parent7109f9d3b7ec1cd445919fca1e320c9757f30edb (diff)
moved most of my admin customizations into javascript to avoid
customizing admin files
Diffstat (limited to 'design/templates/admin/daily')
-rw-r--r--design/templates/admin/daily/change_form.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/design/templates/admin/daily/change_form.html b/design/templates/admin/daily/change_form.html
deleted file mode 100644
index 23c2fb6..0000000
--- a/design/templates/admin/daily/change_form.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "admin/change_form.html" %}
-{% load i18n admin_urls %}
-{% block object-tools-items %}
- <li>
- <a onclick="geoFindMe();" href="javascript:void(0);" class="historylink">Get Location</a>
- </li>
- <li>
- <a href="{% url opts|admin_urlname:'history' original.pk|admin_urlquote %}" class="historylink">{% trans "History" %}</a>
- </li>
- {% if has_absolute_url %}
- <li>
- <a href="{% url 'admin:view_on_site' content_type_id original.pk %}" class="viewsitelink">{% trans "View on site" %}</a>
- </li>
- {% endif %}
-{% endblock %}