diff -r 9d5b8880260f -r cb7d22b1e7d8 app/soc/templates/soc/group/profile/edit.html --- a/app/soc/templates/soc/group/profile/edit.html Wed Oct 15 13:54:00 2008 +0000 +++ b/app/soc/templates/soc/group/profile/edit.html Wed Oct 15 13:59:52 2008 +0000 @@ -44,6 +44,9 @@ {% field_as_table_row form.name %} {% field_as_table_row form.link_name %} {% field_as_table_row form.short_name %} + {% if form.created_by %} + {% field_as_table_row form.created_by %} + {% endif %} {% field_as_table_row form.home_page %} {% field_as_table_row form.email %} {% field_as_table_row form.description %}