admin/base.html should contain messages block
The admin/base.html template should surround messages with a block to allow customization in base_site.html.
{% block messages %}
{% if messages %}
<ul class="messagelist">{% for message in messages %}<li>{{ message }}</li>{% endfor %}</ul>
{% endif %}
{% endblock %}
Component: |
Uncategorized → django.contrib.admin
|
Needs tests: |
set
|
Needs tests: |
unset
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Unreviewed → Accepted
|
milestone: |
→ 1.4
|
Patch needs improvement: |
set
|
Severity: |
→ Normal
|
Type: |
→ New feature
|
Version: |
1.1-beta-1
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Patch needs to be "unified" style. Using svn diff from base django directory is the easiest.