diff options
| author | Rob Hudson | 2009-09-07 08:54:49 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-09-07 08:54:49 -0700 | 
| commit | 12136431e826dd31442376235d3fa3ca40c0216d (patch) | |
| tree | e4fd93a16a09c4bbb724e9c156977bee9f228428 /debug_toolbar | |
| parent | e8527b23ccdb9a484166dd648e4751e6b24fedaf (diff) | |
| parent | ccbb03ae8e3ca2ff65140e3c113930b3ecc6b6a6 (diff) | |
| download | django-debug-toolbar-12136431e826dd31442376235d3fa3ca40c0216d.tar.bz2 | |
Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rf
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/locale/es/LC_MESSAGES/django.po | 9 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/redirect.html | 6 | 
2 files changed, 1 insertions, 14 deletions
| diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index d15b2c1..fe7e60b 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -62,15 +62,6 @@ msgstr "Total Llamadas"  msgid "Total Time"  msgstr "Tiempo Total" -#: templates/debug_toolbar/panels/cache.html:39 -#: templates/debug_toolbar/panels/logger.html:8 -#: templates/debug_toolbar/panels/sql.html:6 -#: templates/debug_toolbar/panels/sql_explain.html:7 -#: templates/debug_toolbar/panels/sql_profile.html:7 -#: templates/debug_toolbar/panels/sql_select.html:7 -msgid "Time" -msgstr "Tiempo" -  #: templates/debug_toolbar/panels/cache.html:40  msgid "Type"  msgstr "Tipo" diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index d0d9b35..068fe8c 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -6,11 +6,7 @@  <h1>HttpResponseRedirect</h1>  <p>Location: <a href="{{ redirect_to|urlencode }}">{{ redirect_to }}</a></p>  <p class="notice"> -	{% trans "The Django Debug Toolbar has intercepted a redirect to the above URL for -	debug viewing purposes.  You can click the above link to continue with the -	redirect as normal.  If you'd like to disable this feature, set the" %} -	<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key -	<code>INTERCEPT_REDIRECTS</code> to <code>False</code>." %} +	{% trans "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." %}  </p>  </body>  </html> | 
