Add trans

This commit is contained in:
cuom1999 2022-08-30 23:07:32 -05:00
parent 69f08e84b5
commit dddaf69fb7
2 changed files with 155 additions and 148 deletions

View file

@ -56,6 +56,9 @@
{% cache 86400 'problem_html' problem.id MATH_ENGINE LANGUAGE_CODE %}
{{ problem.description|markdown("problem", MATH_ENGINE)|reference|str|safe }}
{% endcache %}
{% if problem.pdf_description %}
<embed src="{{url('problem_pdf_description', problem.code)}}" width="100%" height="500" type="application/pdf" style="margin-top: 0.5em">
{% endif %}
{% if feed_type=='volunteer' and request.user.has_perm('judge.suggest_problem_changes') %}
<a href="#" class="view-statement-src">{{ _('View source') }}</a>
<pre class="statement-src" style="display: none">{{ problem.description|str }}</pre>