1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed template tag braces spacing.

This commit is contained in:
Kevin Marsh
2014-12-12 13:27:04 +00:00
committed by Tim Graham
parent 119154ca7f
commit e2868308bf
5 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
{% extends "admin/base.html" %}
{% block bodyclass%}bodyclass_consistency_check{% endblock %}
{% block bodyclass %}bodyclass_consistency_check{% endblock %}