diff options
| author | Rob Hudson | 2009-08-25 15:03:19 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-08-25 15:03:19 -0700 |
| commit | dfb5207f58ebcc632b53ddd8337336ad57fd04a4 (patch) | |
| tree | b05d838e6a1de0c25177480e5bde6312eec9ca5d /debug_toolbar/templates | |
| parent | 8db6f775231914607865104e908ddefdf28889b7 (diff) | |
| parent | 1aebd7088254cda76ddbca51cef2e9ed820faee1 (diff) | |
| download | django-debug-toolbar-dfb5207f58ebcc632b53ddd8337336ad57fd04a4.tar.bz2 | |
Merge commit 'percy/master' into ui-rf
Diffstat (limited to 'debug_toolbar/templates')
9 files changed, 9 insertions, 9 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/headers.html b/debug_toolbar/templates/debug_toolbar/panels/headers.html index 957a021..3aafb3e 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/headers.html +++ b/debug_toolbar/templates/debug_toolbar/panels/headers.html @@ -16,4 +16,4 @@ {% endfor %} </tbody> </table> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/logger.html b/debug_toolbar/templates/debug_toolbar/panels/logger.html index 515742c..736c676 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/logger.html +++ b/debug_toolbar/templates/debug_toolbar/panels/logger.html @@ -24,4 +24,4 @@ {% else %} <p>{% trans "No messages logged" %}.</p> {% endif %} -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html index b1d7233..7f5e33f 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/request_vars.html +++ b/debug_toolbar/templates/debug_toolbar/panels/request_vars.html @@ -101,4 +101,4 @@ {% else %} <p>{% trans "No POST data" %}</p> {% endif %} -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html b/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html index 1591966..6d9cf2a 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html +++ b/debug_toolbar/templates/debug_toolbar/panels/settings_vars.html @@ -16,4 +16,4 @@ {% endfor %} </tbody> </table> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html index 94414ea..2b95d52 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/signals.html +++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html @@ -18,4 +18,4 @@ {% endfor %} </tbody> </table> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index aecfad6..8d1fefc 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -48,4 +48,4 @@ {% endfor %} </tbody> </table> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/template_source.html b/debug_toolbar/templates/debug_toolbar/panels/template_source.html index 8e8253d..dd23fa3 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/template_source.html +++ b/debug_toolbar/templates/debug_toolbar/panels/template_source.html @@ -11,4 +11,4 @@ </div> </div> </div> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html index 9fd479f..d25f051 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/timer.html +++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html @@ -20,4 +20,4 @@ {% endfor %} </tbody> </table> -</div> +</div>
\ No newline at end of file diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index 1128cea..d0d9b35 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -8,7 +8,7 @@ <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 + 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> |
