app/soc/templates/soc/site/sponsor/profile/edit.html
Thu, 23 Oct 2008 09:47:38 +0000 Pawel Solyga Fix Sponsor profile edit/create template. Don't show "View Sponsor Public Profile" link and Delete button in Create Sponsor view.
Sun, 19 Oct 2008 18:00:14 +0000 Pawel Solyga Add "View Sponsor Public Profile" to Sponsor Edit view template. Remove not needed <p> in home/public.html template. Add missing '$' at the end of some urls in site/map.py module.
Sat, 18 Oct 2008 17:25:04 +0000 Pawel Solyga Change Sponsor delete url from /site/sponsor/profile/<link_name>/delete to /site/sponsor/profile/delete/<link_name> to match convention used in Document delete url.
Thu, 16 Oct 2008 18:08:35 +0000 Sverre Rabbelier entity_type is not the same as entity_type_short
Thu, 16 Oct 2008 17:30:58 +0000 Sverre Rabbelier Rename 'group' to 'entity' in the Django templates
Wed, 15 Oct 2008 20:24:02 +0000 Pawel Solyga Change verbose_name of founder property in Group model from "Created by" to "Founded by". Add GROUP_TYPE_SHORT and GROUP_TYPE_PLURAL for all models that inherit from Group and use that values in templates and contexts. Assume that group_type, group_type_short and group_type_plural are defined in context and remove not needed ifs in templates. Rename "Linkname" to "Link name" in list/group_heading.html template.
Thu, 09 Oct 2008 15:10:51 +0000 Pawel Solyga Create a submit_buttons block in group edit profile template so that submit buttons can be customized. Replace submit_message usage with new notice block (still work in progress in Lookup User views). Add customized edit profile template for Sponsor with delete button (not used yet, upcoming commit). Add delete Sponsor request handler.
less more (0) tip