Ticket #2346: base.html.diff
File base.html.diff, 733 bytes (added by , 18 years ago) |
---|
-
django/contrib/admin/templates/admin/base.html
36 36 <!-- Content --> 37 37 <div id="content" class="{% block coltype %}colM{% endblock %}"> 38 38 {% block pretitle %}{% endblock %} 39 {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %}39 {% block content_title %}{% if title %}<h1>{{ title|escape }}</h1>{% endif %}{% endblock %} 40 40 {% block content %}{{ content }}{% endblock %} 41 41 {% block sidebar %}{% endblock %} 42 42 <br class="clear" />