From 891f584dac763fa9171f417c10c1e81e392cc4fe Mon Sep 17 00:00:00 2001 From: codl Date: Tue, 8 Aug 2017 16:00:02 +0200 Subject: [PATCH] simplify settings copy no need for fresh/expired concepts, just expired is enough --- templates/logged_in.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 %} - + {% 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

-

Posts that have media attached will stay fresh forever +

Posts that have media attached will never expire

-

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.