1
0
Fork 0

Merge branch 'main' into i18n-second-pass

This commit is contained in:
Mouse Reeve 2021-02-28 17:22:25 -08:00
commit bd44bf0980
61 changed files with 422 additions and 346 deletions

View file

@ -5,11 +5,11 @@
{% block header %}
<header class="columns">
<h1 class="title">
{% if is_self %}Your
{% if is_self %}
{% trans "Your Shelves" %}
{% else %}
{% include 'snippets/username.html' with user=user possessive=True %}
{% blocktrans with username=user.display_name %}{{ username }}: Shelves{% endblocktrans %}
{% endif %}
shelves
</h1>
</header>
{% endblock %}