Fixes calls to filter

This commit is contained in:
Mouse Reeve
2022-02-28 11:17:52 -08:00
parent ffb4098cfb
commit 7d6032e110
3 changed files with 5 additions and 4 deletions

View File

@ -72,7 +72,7 @@
<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">
{% blocktrans with name=user_shelf|translated_shelf_name %}Remove from {{ name }}{% endblocktrans %}
{% blocktrans with name=user_shelf|translate_shelf_name %}Remove from {{ name }}{% endblocktrans %}
</button>
</form>
</li>