diff --git a/dlibrary/templates/work.html b/dlibrary/templates/work.html
index 2bedfb2..c2860fa 100644
--- a/dlibrary/templates/work.html
+++ b/dlibrary/templates/work.html
@@ -36,7 +36,9 @@
{% endif %}
+ {% if work['description'] %}
{{ work['description'] }}
+ {% endif %}
{% endblock %}