def _spaceless(self, caller): from django.utils.html import strip_spaces_between_tags return strip_spaces_between_tags(caller().strip())