Add privacy policy updated notice to footer.

This commit is contained in:
Max Goodman
2013-04-30 16:30:30 -07:00
parent d735a0a289
commit a64dfee54a
2 changed files with 6 additions and 2 deletions

View File

@@ -2647,6 +2647,9 @@ body.rulespage-body {
.bottommenu { color: gray; font-size: smaller; clear: both}
.bottommenu a { color: gray; text-decoration: underline; }
.bottommenu .updated {
color: green;
}
.debuginfo {
text-align: right;

View File

@@ -49,8 +49,9 @@
"%(user_agreement)s and %(privacy_policy)s"), nocname=True,
user_agreement = dict(link_text=_("User Agreement {Genitive}"),
path="http://reddit.com/wiki/useragreement"),
privacy_policy = dict(link_text=_("Privacy Policy {Genitive}"),
path="http://reddit.com/wiki/privacypolicy"))}.
privacy_policy = dict(link_text=_("Privacy Policy (updated)"),
path="http://reddit.com/wiki/privacypolicy",
_class="updated"))}.
© ${_("%(year)d reddit inc. All rights reserved.") % \
dict(year=datetime.datetime.now().timetuple()[0])}
</p>