app/soc/views/settings.py
2008-10-22 Pawel Solyga Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
2008-10-22 Pawel Solyga Add Google Analytics support to Site Settings. The reason I created additional SettingsValidationForm is because you cannot inherit from Form that has already defined Meta class, so it's sort of workaround for that. I didn't want to have same validation functions in both Form classes.
2008-10-19 Pawel Solyga Remove unused imports, fix too long lines and indentions.
2008-10-18 Todd Larsen Refactor various site views into more generic locations, in preparation for
less more (0) tip