Small club fix

This commit is contained in:
Skia
2016-04-12 10:00:15 +02:00
parent e4070c86fd
commit 3302fdc6f2
2 changed files with 8 additions and 3 deletions

View File

@ -94,6 +94,6 @@ class ClubEditPropView(CanEditPropMixin, UpdateView):
"""
model = Club
pk_url_kwarg = "club_id"
fields = ['name', 'parent']
fields = ['name', 'unix_name', 'parent']
template_name = 'club/club_edit_prop.jinja'