Ticket #17843: base.diff
File base.diff, 885 bytes (added by , 13 years ago) |
---|
-
.html
old new 4 4 <title>{% block title %}{% endblock %}</title> 5 5 <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% static "admin/css/base.css" %}{% endblock %}" /> 6 6 {% block extrastyle %}{% endblock %} 7 {% block userstyle %}{% endblock %} 7 8 <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="{% block stylesheet_ie %}{% static "admin/css/ie.css" %}{% endblock %}" /><![endif]--> 8 9 {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% static "admin/css/rtl.css" %}{% endblock %}" />{% endif %} 9 10 <script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% static "admin/" %}{% endfilter %}";</script>