# HG changeset patch # User Lennard de Rijk # Date 1232640349 0 # Node ID 0cc7a76f0eb3aed8f229cf707feb4c83c97a9792 # Parent d580a057103d50b0bf9c743c7512d99925e3ab7f Fixed one style error and one typo. Patch by: Lennard de Rijk diff -r d580a057103d -r 0cc7a76f0eb3 app/soc/logic/cleaning.py --- a/app/soc/logic/cleaning.py Thu Jan 22 16:04:48 2009 +0000 +++ b/app/soc/logic/cleaning.py Thu Jan 22 16:05:49 2009 +0000 @@ -101,6 +101,6 @@ return None # call the Django URLField cleaning method to properly clean/validate this field - return forms.URLField.clean(self, value ) + return forms.URLField.clean(self, value) return wrapped diff -r d580a057103d -r 0cc7a76f0eb3 app/soc/views/models/club_app.py --- a/app/soc/views/models/club_app.py Thu Jan 22 16:04:48 2009 +0000 +++ b/app/soc/views/models/club_app.py Thu Jan 22 16:05:49 2009 +0000 @@ -310,7 +310,7 @@ den_params = params.copy() den_params['list_description'] = ugettext_lazy('A list of all applications ' - 'that have been ignored') + 'that have been rejected') den_params ['list_action'] = (redirects.getReviewRedirect, params) den_list = helper.lists.getListContent(