Ticket #17843: base.diff

File base.diff, 885 bytes (added by miked@…, 12 years ago)

proposed change to admin template base.html

  • .html

    old new  
    44<title>{% block title %}{% endblock %}</title>
    55<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% static "admin/css/base.css" %}{% endblock %}" />
    66{% block extrastyle %}{% endblock %}
     7{% block userstyle %}{% endblock %}
    78<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="{% block stylesheet_ie %}{% static "admin/css/ie.css" %}{% endblock %}" /><![endif]-->
    89{% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% static "admin/css/rtl.css" %}{% endblock %}" />{% endif %}
    910<script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% static "admin/" %}{% endfilter %}";</script>
Back to Top