1
0
Fork 0

Merge pull request #1654 from bookwyrm-social/locale-updates

Locale updates
This commit is contained in:
Mouse Reeve 2021-12-04 15:13:35 -08:00 committed by GitHub
commit 08255508a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1088 additions and 621 deletions

View file

@ -160,7 +160,7 @@
<ul>
{% for shelf in user_shelfbooks %}
<li class="box">
{% blocktrans with path=shelf.shelf.local_path shelf_name=shelf.shelf.name %}<a href="{{ path }}">{{ shelf_name }}</a>{% endblocktrans %}
<a href="{{ shelf.shelf.local_path }}">{{ shelf.shelf.name }}</a>
<div class="mb-3">
{% include 'snippets/shelf_selector.html' with shelf=shelf.shelf class="is-small" readthrough=readthrough %}
</div>