Make some markdown lazy load image

This commit is contained in:
cuom1999 2022-11-07 16:11:35 -06:00
parent b2950cfcdc
commit fddde73583
7 changed files with 7 additions and 7 deletions

View file

@ -376,7 +376,7 @@
{% endif %}
{% cache 86400 'problem_html' problem.id MATH_ENGINE LANGUAGE_CODE %}
{{ description|markdown|reference|str|safe }}
{{ description|markdown(lazy_load=True)|reference|str|safe }}
{% endcache %}
{% if problem.pdf_description %}