Fix cache + problem pdf
This commit is contained in:
parent
85bee3e77c
commit
6dbe3932de
3 changed files with 9 additions and 7 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue