diff --git a/template/src/oj/problem/problem.html b/template/src/oj/problem/problem.html index 2ea7914..2fc9b95 100644 --- a/template/src/oj/problem/problem.html +++ b/template/src/oj/problem/problem.html @@ -59,6 +59,12 @@ {% endfor %}

+ {% if problem.source %} +
+ +
{{ problem.source }}
+
+ {% endif %}