- {% trans "History" %} - {% if has_absolute_url %}
- {% trans "View on site" %} {% endif%} -
diff -r 7c994c98d1df -r ae8593287883 web/ldt_utils/templates/admin/page_change_form.html --- a/web/ldt_utils/templates/admin/page_change_form.html Tue Jun 08 15:31:42 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ -{% extends "admin/page_base_site.html" %} -{% load i18n admin_modify adminmedia %} - -{% block extrahead %}{{ block.super }} - -{{ media }} -{% endblock %} - -{% block extrastyle %}{{ block.super }}{% endblock %} - -{% block coltype %}{% if ordered_objects %}colMS{% else %}colM{% endif %}{% endblock %} - -{% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %} - -{% block breadcrumbs %}{% if not is_popup %} -
-{% endif %}{% endblock %} - -{% block content %}