From 2539b3e0711e992a992baa374c0032852234b722 Mon Sep 17 00:00:00 2001 From: Phuoc Dinh Le <47278241+cuom1999@users.noreply.github.com> Date: Sat, 16 Oct 2021 14:59:50 -0500 Subject: [PATCH] Fix problem pdf --- templates/problem/problem.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 114d7e8..8e67164 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -387,6 +387,7 @@ {% else %} {% include "comments/list.html" %} {% endif %} + {% endblock %} {% block bodyend %}