app/soc/views/helper/forms.py
Tue, 11 Nov 2008 01:02:56 +0000 Pawel Solyga Move "(required)" text to third column instead of second column in templatetags, it's much more user friendly that way. Add new version of as_table that support our current error messages format, information about required fields and tooltips.
Mon, 10 Nov 2008 00:41:54 +0000 Sverre Rabbelier Preparation for generic user views
Sun, 19 Oct 2008 21:12:08 +0000 Pawel Solyga Add BaseForm class to soc.views.helper.forms module (work in progress). This changes the way as_table function displays the form (for more information have a look into doc string). BaseForm is going to be used for all forms in Melange in future. Right now it's still missing custom form errors labels and "required" text in 3rd column, but that's added as TODO and I'm working on it.
Tue, 14 Oct 2008 16:10:07 +0000 Pawel Solyga Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
Fri, 03 Oct 2008 23:59:49 +0000 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
less more (0) tip