1
0
Fork 0

Merge remote-tracking branch 'upstream/main' into partially-read-shelf

This commit is contained in:
Thomas Versteeg 2022-02-28 20:44:55 +01:00
commit 539775f370
12 changed files with 142 additions and 123 deletions

View file

@ -78,7 +78,9 @@
{% csrf_token %}
<input type="hidden" name="book" value="{{ book.id }}">
<input type="hidden" name="shelf" value="{{ user_shelf.id }}">
<button class="button is-fullwidth is-small is-radiusless is-danger is-light" type="submit">{% trans "Remove from" %} {{ user_shelf.name }}</button>
<button class="button is-fullwidth is-small is-radiusless is-danger is-light" type="submit">
{% blocktrans with name=user_shelf|translate_shelf_name %}Remove from {{ name }}{% endblocktrans %}
</button>
</form>
</li>
{% endif %}