Ticket #1090: patch.diff

File patch.diff, 687 bytes (added by Joseph Kocherhans <jkocherhans@…>, 18 years ago)
  • django/contrib/admin/templates/admin/base.html

     
    3636    <!-- Content -->
    3737    <div id="content" class="{% block coltype %}colM{% endblock %}">
    3838        {% block pretitle %}{% endblock %}
    39         {% if title %}<h1>{{ title }}</h1>{% endif %}
     39        {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %}
    4040        {% block content %}{{ content }}{% endblock %}
    4141        {% block sidebar %}{% endblock %}
    4242        <br class="clear" />
Back to Top