diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index ca17c3ff66873d59355387e1ff0c228ca0b8195e..d452e371899e553fcebc8b0fe9ca88a1334110ab 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -428,7 +428,7 @@ SOCIAL_AUTH_PIPELINE = (
 )
 
 # Bleach Settings
-BLEACH_ALLOWED_TAGS = ['h2', 'h3', 'p', 'b', 'i', 'em', 'strong', 'a', 'ul', 'ol', 'li', 'br', 'span']
+BLEACH_ALLOWED_TAGS = ['a', 'b', 'big', 'blockquote', 'br', 'cite', 'code', 'dd', 'del', 'dl', 'dt', 'em', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'i', 'ins', 'li', 'ol', 'p', 'pre', 'small', 'span', 'strong', 'sub', 'sup', 'ul']
 
 BLEACH_ALLOWED_ATTRIBUTES = ['href', 'title', 'class']