# HG changeset patch # User Todd Larsen # Date 1231963515 0 # Node ID 7cc80b2c8479ef89c065affb1fabbe3a1e4a9b04 # Parent 6aaf4c33db0b23d4f70de9287b79f183742b39c3 Show Terms of Service link in footer if tos_link is defined in the context. Patch by: Todd Larsen Review by: to-be-reviewed diff -r 6aaf4c33db0b -r 7cc80b2c8479 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Wed Jan 14 20:05:05 2009 +0000 +++ b/app/soc/templates/soc/base.html Wed Jan 14 20:05:15 2009 +0000 @@ -165,6 +165,9 @@ ©2008 Google - Google Home - Privacy Policy - +{% if tos_link %} +Terms of Service - +{% endif %} Version {{ gae_version }} {% endblock %}