Clean up too long lines in profile.py. Add ReadOnlyInput widget to custom_widgets...
commit52faa7c0c9f946719a1c93f9cfe14541851ffaec
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 30 Sep 2008 16:49:54 +0000 (30 16:49 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 30 Sep 2008 16:49:54 +0000 (30 16:49 +0000)
tree16369802f2a998cb8c5d29da9a8ab0ea7acb95be
parent741fee876745dd151da6f41ab0f51d290cebd4ec
Clean up too long lines in profile.py. Add ReadOnlyInput widget to custom_widgets module, it can be used to display read-only form fields. Display read-only "Id" field in LookUp view if user has been found and in User Edit Developer view.

Patch by: Pawel Solyga
Review by: to-be-reviewed
app/soc/templates/soc/site/user/profile/edit.html
app/soc/templates/soc/site/user/profile/lookup.html
app/soc/views/helpers/custom_widgets.py
app/soc/views/site/user/profile.py