From ecb63ced83cc7a220e68b7e0a6409f7f05141e3f Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 23 Jan 2024 15:56:25 -0500 Subject: [PATCH] include work description in work overview --- dlibrary/templates/work.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dlibrary/templates/work.html b/dlibrary/templates/work.html index b9e568c..68bbae6 100644 --- a/dlibrary/templates/work.html +++ b/dlibrary/templates/work.html @@ -35,6 +35,7 @@ {% endif %} + {{ work['description'] }} {% endblock %}