Shuffles around user profile, shelf, and goal templates

This commit is contained in:
Mouse Reeve
2021-09-28 16:00:45 -07:00
parent 128a5c5754
commit 9a4b71d585
6 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{% load i18n %}
{% if is_self %}
{% trans "Your books" %}
{% else %}
{% blocktrans with username=user.display_name %}{{ username }}'s books{% endblocktrans %}
{% endif %}