Made description the last field on the org public page
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 01 Mar 2009 00:53:26 +0000
changeset 1571 e23f9719ec1f
parent 1570 cda9f118bfef
child 1572 45aa2f120b40
Made description the last field on the org public page Patch by: Sverre Rabbelier
app/soc/templates/soc/group/public.html
--- a/app/soc/templates/soc/group/public.html	Sat Feb 28 22:23:16 2009 +0000
+++ b/app/soc/templates/soc/group/public.html	Sun Mar 01 00:53:26 2009 +0000
@@ -26,9 +26,9 @@
   {% 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 %}
-  {% readonly_field_as_table_row entity.fields.description.label entity.description %}
   {% readonly_field_as_table_row entity.fields.pub_mailing_list.label entity.pub_mailing_list %}
   {% readonly_field_as_table_row entity.fields.irc_channel.label entity.irc_channel %}
+  {% readonly_field_as_table_row entity.fields.description.label entity.description %}
   {% endblock %}
  </table>
 </p>