diff --git a/opentech/apply/funds/templatetags/markdown_tags.py b/opentech/apply/funds/templatetags/markdown_tags.py
index ac3320885ad5f07a38fbaa450b488b938a851d62..bddae4d8a14e7e8c522967c64fd4eafa261e78a7 100644
--- a/opentech/apply/funds/templatetags/markdown_tags.py
+++ b/opentech/apply/funds/templatetags/markdown_tags.py
@@ -7,10 +7,12 @@ register = template.Library()
 
 mistune_markdown = mistune.Markdown()
 
+
 @register.filter
 def markdown(value):
     return mistune_markdown(value)
 
+
 @register.filter
 def to_markdown(value):
     # pass through markdown to ensure comment is a