From d0e48197a92edac2839ca3ea4b32c1fd2029917c Mon Sep 17 00:00:00 2001 From: Jeremy Fisher Date: Sat, 9 Dec 2023 07:53:02 -0500 Subject: [PATCH] Add markdown requirement and add missing id for testing --- cps/templates/list_pages.html | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 f1e5b712..e472e87f 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