Fix cache + problem pdf
This commit is contained in:
parent
85bee3e77c
commit
6dbe3932de
3 changed files with 9 additions and 7 deletions
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
<div class="blog-description">
|
||||
<div class='content-description'>
|
||||
{% cache 86400 'problem_html' problem.id MATH_ENGINE LANGUAGE_CODE %}
|
||||
{% cache 86400 'problem_html' problem.id LANGUAGE_CODE %}
|
||||
{{ problem.description|markdown(lazy_load=True)|reference|str|safe }}
|
||||
{% endcache %}
|
||||
{% if problem.pdf_description %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue