Updates search box placeholder for logged out users
This commit is contained in:
parent
0a32fefd93
commit
1ed3d4dde1
2 changed files with 8 additions and 2 deletions
|
@ -23,7 +23,8 @@
|
|||
min="0"
|
||||
name="progress"
|
||||
size="3"
|
||||
value="{{ readthrough.progress|default:'' }}">
|
||||
value="{{ readthrough.progress|default:'' }}"
|
||||
>
|
||||
</div>
|
||||
<div class="control select">
|
||||
<select name="progress_mode" aria-label="Progress mode">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue