Ticket #6566: no-cache.diff
File no-cache.diff, 507 bytes (added by , 17 years ago) |
---|
-
django/contrib/admin/templates/admin/base.html
7 7 {% block extrastyle %}{% endblock %} 8 8 {% block extrahead %}{% endblock %} 9 9 {% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %} 10 <meta http-equiv="pragma" content="no-cache" /> 10 11 </head> 11 12 {% load i18n %} 12 13