Adds books page header snippet
This commit is contained in:
parent
f8ce9b0956
commit
ab78da735f
|
@ -0,0 +1,6 @@
|
||||||
|
{% load i18n %}
|
||||||
|
{% if is_self %}
|
||||||
|
{% trans "Your books" %}
|
||||||
|
{% else %}
|
||||||
|
{% blocktrans with username=user.display_name %}{{ username }}'s books{% endblocktrans %}
|
||||||
|
{% endif %}
|
Loading…
Reference in New Issue