diff --git a/templates/logged_in.html b/templates/logged_in.html index c248e8c..490e3c4 100644 --- a/templates/logged_in.html +++ b/templates/logged_in.html @@ -31,10 +31,10 @@ -Settings +Your expiration rules {% if request.args.get('settings_saved') != None %} -Settings saved successfully +Rules saved successfully {% endif %} {% if settings_error %} @@ -42,28 +42,27 @@ {% endif %} -Posts that are less than +Posts that are over {{interval_input(g.viewer.account, 'policy_keep_younger', scales)}} - old are considered fresh - -Your latest + old and are not one of your - posts are considered fresh + posts will expire -Posts that you have liked / favourited will stay fresh forever +Posts that you have liked / favourited will never expire Yes No -Posts that have media attached will stay fresh forever +Posts that have media attached will never expire Yes No -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)}} +Every + {{interval_input(g.viewer.account, 'policy_delete_every', scales)}}, + one expired post will be picked at random and deleted.
Posts that are less than +
Posts that are over {{interval_input(g.viewer.account, 'policy_keep_younger', scales)}} - old are considered fresh -
Your latest + old and are not one of your - posts are considered fresh + posts will expire
Posts that you have liked / favourited will stay fresh forever +
Posts that you have liked / favourited will never expire Yes No
Posts that have media attached will stay fresh forever +
Posts that have media attached will never expire Yes No
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)}} +
Every + {{interval_input(g.viewer.account, 'policy_delete_every', scales)}}, + one expired post will be picked at random and deleted.