Fixed #2275 -- Added footer hook to admin base.html template

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-06-30 19:21:02 +00:00
parent 127a3f002d
commit 2673aa366a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
</div>
<!-- END Content -->
<div id="footer"></div>
{% block footer %}<div id="footer"></div>{% endblock %}
</div>
<!-- END Container -->