Ticket #1090: patch.diff
File patch.diff, 687 bytes (added by , 19 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 {% if title %}<h1>{{ title }}</h1>{% endif%}39 {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %} 40 40 {% block content %}{{ content }}{% endblock %} 41 41 {% block sidebar %}{% endblock %} 42 42 <br class="clear" />