Skip to content

Commit 9f3ea4c

Browse files
committed
Remove "\n\n\n" due to tests failing
1 parent 835d073 commit 9f3ea4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _prepend_template_prefix(self, template):
6565
This is required to render the notifications with custom filters/tags.
6666
"""
6767
prefix = "{% load notifications_filters %}"
68-
return prefix + "\n\n\n" + template
68+
return prefix + template
6969

7070
def get_rendered_header(self):
7171
template = Template(self._prepend_template_prefix(self.header))

0 commit comments

Comments
 (0)