From 2fe7418f7d8055a5bf42d505482828d420fd725d Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 26 Nov 2019 22:07:41 -0700 Subject: [PATCH] Add warning to the top of Votes page --- tildes/tildes/templates/votes.jinja2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tildes/tildes/templates/votes.jinja2 b/tildes/tildes/templates/votes.jinja2 index f043b82..b5b5641 100644 --- a/tildes/tildes/templates/votes.jinja2 +++ b/tildes/tildes/templates/votes.jinja2 @@ -4,6 +4,11 @@ {% block main_heading %}Votes{% endblock %} +{% block content %} +
Tildes only retains individual voting data until each post is 30 days old, so don't use this page to keep track of posts longer-term. For that purpose, use the "Bookmark" button available on every post.
+ {{ super() }} +{% endblock %} + {% block empty_message %} {% if post_type == 'topic' %} You haven't voted on any topics