Ticket #2345: object_history.html.diff
File object_history.html.diff, 1.0 KB (added by , 18 years ago) |
---|
-
django/contrib/admin/templates/admin/object_history.html
2 2 {% load i18n %} 3 3 {% block userlinks %}<a href="../../../../doc/">{% trans 'Documentation' %}</a> / <a href="../../../../password_change/">{% trans 'Change password' %}</a> / <a href="../../../../logout/">{% trans 'Log out' %}</a>{% endblock %} 4 4 {% block breadcrumbs %} 5 <div class="breadcrumbs"><a href="../../../../">{% trans 'Home' %}</a> › <a href="../../">{{ module_name }}</a> › <a href="../">{{ object| truncatewords:"18" }}</a> › {% trans 'History' %}</div>5 <div class="breadcrumbs"><a href="../../../../">{% trans 'Home' %}</a> › <a href="../../">{{ module_name }}</a> › <a href="../">{{ object|escape|truncatewords:"18" }}</a> › {% trans 'History' %}</div> 6 6 {% endblock %} 7 7 8 8 {% block content %}