Changes between Version 2 and Version 3 of TemplatedForm
- Timestamp:
- Mar 20, 2007, 9:39:35 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TemplatedForm
v2 v3 7 7 implemented now in the core newforms, so I hope technique explained here will be helpful. 8 8 9 The above example has been cr ated specifically to mark required fields with red asterisk.9 The above example has been created specifically to mark required fields with red asterisk. 10 10 In fact all you need to do to use this, is to add 3 small files to your project, and replace 11 11 forms.Form to TemplatedForm class. Step by step explanations: