This commit is contained in:
codl 2017-08-04 00:24:53 +02:00
parent b0ccd541b2
commit c76c69f410
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<input type=number name=policy_keep_latest min=0 step=1 style='max-width:8ch' value={{g.viewer.account.policy_keep_latest}}>
posts are considered fresh
</p>
<p>Posts that you have given a like to stay fresh forever
<p>Posts that you have given a like stay fresh forever
<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>
</p>