Fix cache + problem pdf

This commit is contained in:
cuom1999 2024-02-28 14:13:59 -06:00
parent 85bee3e77c
commit 6dbe3932de
3 changed files with 9 additions and 7 deletions

View file

@ -39,7 +39,7 @@
<td class="user-problem-count">{{ user.problem_count }}</td>
<td>
<div class="about-td">
{% cache 86400 'user_about' user.id MATH_ENGINE %}
{% cache 86400 'user_about' user.id %}
{% if user.about %}
{{ user.about|markdown(lazy_load=True)|reference|str|safe }}
{% endif %}