1
0
Fork 0

Fixes collecting list of admins

This commit is contained in:
Mouse Reeve 2022-11-17 14:38:05 -08:00
parent 7e10b0cd1f
commit b1c6781036
2 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@
{% block about_content %}
{# seven day cache #}
{% cache 604800 about_page %}
{% cache 604800 about_page_superlatives %}
{% get_book_superlatives as superlatives %}
<section class=" pb-4">
@ -97,6 +97,7 @@
</p>
</section>
{% endcache %}
<section class="block">
<header class="content">
@ -145,5 +146,4 @@
</div>
</section>
{% endcache %}
{% endblock %}