Merge pull request #1966 from bookwyrm-social/missing-tag

Adds missing tag
This commit is contained in:
Mouse Reeve
2022-02-21 09:24:19 -08:00
committed by GitHub

View File

@ -1,4 +1,5 @@
{% load cache %} {% load cache %}
{% load i18n %}
{# Three day cache #} {# Three day cache #}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}