app/soc/templates/soc/user/edit_self.html
changeset 857 9767c1afe494
parent 852 c94bf642be8d
--- a/app/soc/templates/soc/user/edit_self.html	Tue Jan 20 23:01:24 2009 +0000
+++ b/app/soc/templates/soc/user/edit_self.html	Tue Jan 20 23:13:03 2009 +0000
@@ -56,6 +56,20 @@
   </tr>
   <tr><td colspan="4">&nbsp;</td></tr>
 
+{% if tos_link %}
+  {% field_as_table_row form.agrees_to_tos %}
+  <tr>
+   <td class="fieldhelptext" colspan="4">
+In order to participate on this site, you must agree to the
+<a href="{{tos_link}}">site-wide Terms of Service</a>.<br><br>
+(There may also be additional Terms of Service specific to participation
+in certain Programs or Groups.  Those are agreed to elsewhere on the site,
+when signing up for the specific participation Roles.)
+   </td>
+  </tr>
+  <tr><td colspan="4">&nbsp;</td></tr>
+{% endif %}
+
  </table>
  <table>
   <tr>