diff options
| author | Aymeric Augustin | 2013-11-13 21:18:19 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-15 18:21:59 +0100 |
| commit | 5f54e2d88a12ec7fa06bd2a9dd54e1af2f0b50f7 (patch) | |
| tree | 2e07be38749bb2e42b23737f0a6b800b9b9507f0 /debug_toolbar | |
| parent | 80e94bd64ca23d78e57fe0937a9924e4df08072a (diff) | |
| download | django-debug-toolbar-5f54e2d88a12ec7fa06bd2a9dd54e1af2f0b50f7.tar.bz2 | |
Add doctype to HTML templates.
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/redirect.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index d911778..ca33446 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -1,4 +1,5 @@ {% load i18n %} +<!DOCTYPE html> <html> <head> </head> |
