Kaydet (Commit) 4cdaf74c authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Moved {% extends %} tag to top of template for admin/change_list.html

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 3cf5d034
{% load adminmedia admin_list i18n %}
{% extends "admin/base_site" %}
{% load adminmedia admin_list i18n %}
{% block bodyclass %}change-list{% endblock %}
{% if not is_popup %}{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans "Home" %}</a> &rsaquo; {{ cl.opts.verbose_name_plural|capfirst }} </div>{% endblock %}{% endif %}
{% block coltype %}flex{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment