Move user templates into more subdirectories

This commit is contained in:
Mouse Reeve
2021-04-30 08:40:47 -07:00
parent d2355fef96
commit 862ef83536
11 changed files with 15 additions and 15 deletions

View File

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