mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Add privacy policy updated notice to footer.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user