Quick first pass at tagging strings for localization
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="block">
|
||||
<h1 class="title">Books tagged "{{ tag.name }}"</h1>
|
||||
<h1 class="title">{% blocktrans %}Books tagged "{{ tag.name }}"{% endblocktrans %}</h1>
|
||||
{% include 'snippets/book_tiles.html' with books=books.all %}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user