mirror / django-trunk (http://djangoproject.com/)
Mirror of the Django trunk.
Clone this repository (size: 29.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mirror/django-trunk/
| commit 7868: | a16905787f24 |
| parent 7867: | 23d1c56437ab |
| branch: | default |
Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees.
- View jezdez's profile
-
jezdez's public repos »
- django-adminfiles-de
- pip-standalone
- djangologging
- django-endless-pagination-de
- django-endless-pagination-fixes
- creole
- pip-wininst
- transifex-buildout
- hgstuff
- akismet
- django-dbtemplates
- Sphinx-PyPI-upload
- django-robots
- django-authority
- pip-config
- jezdez.bitbucket.org
- ports
- virtualenv-packaging
- pip
- django-registration-de
- pycompletion
- django-piston
- django-piston-python-oauth2
- django-licenses
- jzdz
- django-vcstorage
- textmate-missingdrawer
- virtualenv
- pip-uninstall
- setuptools_hg
- djangolocales
- django-staticfiles
- Send message
6 weeks ago
Changed (Δ1 byte):
raw changeset »
django/contrib/admin/templates/admin/change_list.html (1 lines added, 1 lines removed)
Up to file-list django/contrib/admin/templates/admin/change_list.html:
67 |
67 |
<p class="errornote"> |
68 |
68 |
{% blocktrans count cl.formset.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} |
69 |
69 |
</p> |
70 |
<ul class="errorlist">{% for error in cl.formset.non_f |
|
70 |
<ul class="errorlist">{% for error in cl.formset.non_form_errors %}<li>{{ error }}</li>{% endfor %}</ul> |
|
71 |
71 |
{% endif %} |
72 |
72 |
<div class="module{% if cl.has_filters %} filtered{% endif %}" id="changelist"> |
73 |
73 |
{% block search %}{% search_form cl %}{% endblock %} |
