diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 4f0a0c42fa..97c00b9bf0 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -224,7 +224,7 @@

{{ title }}

{{ _('Allowed languages') }}
-
+
{% with usable=problem.usable_common_names, langs=problem.languages_list() %} {% for lang in langs %} {%- if lang in usable -%}