1
0
Fork 0

Add search for author

This commit is contained in:
Bart Schuurmans 2024-02-03 21:55:46 +01:00
parent 6b1ffbc634
commit 6c9ca0bf19
4 changed files with 49 additions and 1 deletions

View file

@ -36,7 +36,7 @@
<div class="field has-addons">
<div class="control">
{% if request.user.is_authenticated %}
{% trans "Search for a book, user, or list" as search_placeholder %}
{% trans "Search for a book, author, user, or list" as search_placeholder %}
{% else %}
{% trans "Search for a book" as search_placeholder %}
{% endif %}