Removed unnecessary leading and trailing spaces from heading in template.

This commit is contained in:
Valera Rozuvan
2013-08-09 10:26:18 +03:00
parent f301231051
commit 1efea116f6

View File

@@ -1,7 +1,7 @@
<%! from django.utils.translation import ugettext as _ %>
% if display_name is not UNDEFINED and display_name is not None:
<h2> ${display_name} </h2>
<h2>${display_name}</h2>
% endif
<div