Ticket #2346: base.html.diff

File base.html.diff, 733 bytes (added by Gary Wilson <gary.wilson@…>, 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         {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %}
     39        {% block content_title %}{% if title %}<h1>{{ title|escape }}</h1>{% endif %}{% endblock %}
    4040        {% block content %}{{ content }}{% endblock %}
    4141        {% block sidebar %}{% endblock %}
    4242        <br class="clear" />
Back to Top