Remove member_template from extra_dynaexclude in soc.views.models.club since member_template is only available in Organization as of recent commit.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 20 Jan 2009 20:49:49 +0000
changeset 846 65daaf006399
parent 845 255faade3e30
child 847 b1077116fe59
Remove member_template from extra_dynaexclude in soc.views.models.club since member_template is only available in Organization as of recent commit. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/views/models/club.py
--- a/app/soc/views/models/club.py	Tue Jan 20 20:16:07 2009 +0000
+++ b/app/soc/views/models/club.py	Tue Jan 20 20:49:49 2009 +0000
@@ -60,7 +60,7 @@
 
     new_params['name'] = "Club"
 
-    new_params['extra_dynaexclude'] = ['founder', 'home', 'member_template']
+    new_params['extra_dynaexclude'] = ['founder', 'home']
     new_params['edit_extra_dynafields'] = {
         'founded_by': forms.CharField(widget=widgets.ReadOnlyInput(),
                                    required=False),