diff --git a/cps/templates/list_pages.html b/cps/templates/list_pages.html
index 8527a9eb..cf89a8f6 100644
--- a/cps/templates/list_pages.html
+++ b/cps/templates/list_pages.html
@@ -36,7 +36,7 @@
{% endfor %}
-{{_('New Page')}}
+{{_('New Page')}}
{% endblock %}
{% block js %}
diff --git a/requirements.txt b/requirements.txt
index c28f2019..7fd72b4c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,3 +18,4 @@ flask-wtf>=0.14.2,<1.3.0
chardet>=3.0.0,<4.1.0
advocate>=1.0.0,<1.1.0
Flask-Limiter>=2.3.0,<3.6.0
+markdown>=3.5.1