From 76c22c074b44cb22b1b4f543fded9fccfda79a66 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 19 Nov 2022 19:58:23 -0600 Subject: [PATCH] Fix css bug --- templates/problem/problem.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 83f23c9..8e7c5c2 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -387,9 +387,10 @@ {% with license=problem.license %} {% if license %} - + {{ license.display or license.name }} +
{% endif %} {% endwith %} {% endblock %}