app/soc/templates/soc/user/edit_profile.html
changeset 1169 c0294f3c28db
parent 1168 cb282e6baa1c
child 1216 ec4f1dd84b39
--- a/app/soc/templates/soc/user/edit_profile.html	Sun Feb 01 23:27:28 2009 +0000
+++ b/app/soc/templates/soc/user/edit_profile.html	Sun Feb 01 23:36:50 2009 +0000
@@ -60,9 +60,7 @@
 {% if not user.agreed_to_tos %}
 <tr>
   <td>
-      <div id="ToS" style="overflow:auto" height="200px" width="400px">
       {{ tos_contents|safe|linebreaks }}
-      </div>
   </td>
 </tr>
   {% field_as_table_row form.agreed_to_tos %}