diff gpp/bio/forms.py @ 206:272d3a8c98e8

Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
author Brian Neal <bgneal@gmail.com>
date Mon, 03 May 2010 02:49:31 +0000
parents 2baadae33f2e
children 1ba2c6bf6eb7
line wrap: on
line diff
--- a/gpp/bio/forms.py	Sat May 01 22:25:49 2010 +0000
+++ b/gpp/bio/forms.py	Mon May 03 02:49:31 2010 +0000
@@ -40,7 +40,9 @@
 
     class Meta:
         model = UserProfile
-        exclude = ('user', 'avatar', 'profile_html', 'signature_html', 'forum_post_count')
+        fields = ('location', 'birthday', 'occupation', 'interests',
+            'profile_text', 'hide_email', 'signature', 'time_zone',
+            'use_24_time', )
 
     class Media:
         css = {