Removed unnecessary leading and trailing spaces from heading in template.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<%! from django.utils.translation import ugettext as _ %>
|
<%! from django.utils.translation import ugettext as _ %>
|
||||||
|
|
||||||
% if display_name is not UNDEFINED and display_name is not None:
|
% if display_name is not UNDEFINED and display_name is not None:
|
||||||
<h2> ${display_name} </h2>
|
<h2>${display_name}</h2>
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user