Fixed two small errors.
Removed an unnecessary edit_extra field in club.py.
And made group.py call getForCurrentAccount where necessary.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^setlang/$', 'django.views.i18n.set_language'),)