diff --git a/files/routes/jinja2.py b/files/routes/jinja2.py index 991063158..2af5f8653 100644 --- a/files/routes/jinja2.py +++ b/files/routes/jinja2.py @@ -122,5 +122,5 @@ def inject_constants(): "BIO_FRIENDS_ENEMIES_LENGTH_LIMIT":BIO_FRIENDS_ENEMIES_LENGTH_LIMIT, "IMMUNE_TO_AWARDS": IMMUNE_TO_AWARDS, "SITE_FULL_IMAGES": SITE_FULL_IMAGES, "IS_FISTMAS":IS_FISTMAS, "IS_HOMOWEEN":IS_HOMOWEEN, "IS_DKD":IS_DKD, "IS_EVENT":IS_EVENT, "IS_BIRTHGAY":IS_BIRTHGAY, - "CHUD_PHRASES":CHUD_PHRASES, "hasattr":hasattr, "calc_users":calc_users, + "CHUD_PHRASES":CHUD_PHRASES, "hasattr":hasattr, "calc_users":calc_users, "HOLE_INACTIVITY_DELETION":HOLE_INACTIVITY_DELETION } diff --git a/files/templates/sub/create_hole.html b/files/templates/sub/create_hole.html index c3a67ebbc..c1a817fc2 100644 --- a/files/templates/sub/create_hole.html +++ b/files/templates/sub/create_hole.html @@ -12,6 +12,9 @@ 3-25 characters, including letters, numbers, _ , and - + {% if HOLE_INACTIVITY_DELETION %} +

Warning: holes get automatically deleted if they spend 7 days with no new posts.

+ {% endif %}