ensure yes/no are on the same line
This commit is contained in:
parent
efc15f4c86
commit
9c84cb399e
|
@ -46,8 +46,10 @@
|
|||
posts are considered fresh
|
||||
</p>
|
||||
<p>Posts that you have given a like to stay fresh forever
|
||||
<div style='display:inline-block'>
|
||||
<label><input type=radio name=policy_keep_favourites value=true {{ "checked" if g.viewer.account.policy_keep_favourites }}> Yes</label>
|
||||
<label><input type=radio name=policy_keep_favourites value=false {{ "checked" if not g.viewer.account.policy_keep_favourites }}> No</label>
|
||||
</div>
|
||||
</p>
|
||||
<p>Any post that is not kept fresh by any of these rules is considered expired. One random expired post will be deleted every
|
||||
{{interval_input(g.viewer.account, 'policy_delete_every', scales)}}
|
||||
|
|
Loading…
Reference in New Issue