app/soc/views/roles/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 22 Oct 2008 16:21:50 +0000
changeset 405 f3525c1288ed
parent 92 296e0d824407
permissions -rw-r--r--
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. Patch by: Pawel Solyga Review by: to-be-reviewed