diff options
| author | Kevin Marsh <kevinmarsh3@gmail.com> | 2014-12-12 13:27:04 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-12 09:34:18 -0500 |
| commit | e2868308bfa4ec165fb54b6128ee18a7b4d50643 (patch) | |
| tree | ee98b7cf10af5b249bd82bd722e47bce1dd5d421 /tests | |
| parent | 119154ca7f65d423bb742aa0e32ffcfcb21d4b87 (diff) | |
Fixed template tag braces spacing.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_views/templates/admin/base_site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/templates/admin/base_site.html b/tests/admin_views/templates/admin/base_site.html index 0502239997..9714571289 100644 --- a/tests/admin_views/templates/admin/base_site.html +++ b/tests/admin_views/templates/admin/base_site.html @@ -1,3 +1,3 @@ {% extends "admin/base.html" %} -{% block bodyclass%}bodyclass_consistency_check{% endblock %} +{% block bodyclass %}bodyclass_consistency_check{% endblock %} |
