app/soc/templates/soc/group/profile/edit.html
changeset 337 cb7d22b1e7d8
parent 291 5905c8e97e68
child 344 d135c8c09967
--- 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 %}