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 %}