Remove update notice from footer privacy policy link.

This commit is contained in:
Max Goodman
2013-07-18 15:32:10 -07:00
committed by Ricky Ramirez
parent 26e4f2c6ff
commit eb919c2933
2 changed files with 2 additions and 6 deletions

View File

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