We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835d073 commit 9f3ea4cCopy full SHA for 9f3ea4c
readthedocs/notifications/messages.py
@@ -65,7 +65,7 @@ def _prepend_template_prefix(self, template):
65
This is required to render the notifications with custom filters/tags.
66
"""
67
prefix = "{% load notifications_filters %}"
68
- return prefix + "\n\n\n" + template
+ return prefix + template
69
70
def get_rendered_header(self):
71
template = Template(self._prepend_template_prefix(self.header))
0 commit comments