Adds set reading goal display control in user settings
This commit is contained in:
parent
baee0796cd
commit
91aaf704f5
2 changed files with 7 additions and 1 deletions
|
@ -41,6 +41,12 @@
|
|||
<p class="help is-danger">{{ error | escape }}</p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="block">
|
||||
<label class="checkbox label" for="id_show_goal">
|
||||
{% trans "Show set reading goal prompt in feed:" %}
|
||||
{{ form.show_goal }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="block">
|
||||
<label class="checkbox label" for="id_manually_approves_followers">
|
||||
{% trans "Manually approve followers:" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue