Removed double description field
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 27 Feb 2009 11:30:20 +0000
changeset 1541 83e22817335e
parent 1540 f6b0582fc087
child 1542 9de71e8890e7
Removed double description field Patch by: Sverre Rabbelier
app/soc/templates/soc/group/public.html
--- a/app/soc/templates/soc/group/public.html	Fri Feb 27 10:52:28 2009 +0000
+++ b/app/soc/templates/soc/group/public.html	Fri Feb 27 11:30:20 2009 +0000
@@ -23,7 +23,6 @@
  <table>
   {% block fields %}
   {% readonly_field_as_table_row entity.fields.name.label entity.name %}
-  {% readonly_field_as_table_row entity.fields.description.label entity.description %}
   {% readonly_field_as_table_row entity.fields.founder.label entity.founder.link_id %}
   {% readonly_field_as_table_row entity.fields.home_page.label entity.home_page %}
   {% readonly_field_as_table_row entity.fields.email.label entity.email %}