Nice club presentation

This commit is contained in:
2017-09-19 16:27:48 +02:00
parent 790d723d08
commit db509bf060
6 changed files with 51 additions and 3 deletions

View File

@ -343,7 +343,7 @@ class ClubEditView(ClubTabsMixin, CanEditMixin, UpdateView):
"""
model = Club
pk_url_kwarg = "club_id"
fields = ['address', 'logo']
fields = ['address', 'logo', 'short_description']
template_name = 'core/edit.jinja'
current_tab = "edit"