added todo
This commit is contained in:
parent
d8fca83aae
commit
13cc7fbe5d
@ -88,6 +88,7 @@ class ConfigView(LoginRequiredMixin, TemplateView):
|
|||||||
form_user.save()
|
form_user.save()
|
||||||
if form_player.is_valid():
|
if form_player.is_valid():
|
||||||
form_player.save()
|
form_player.save()
|
||||||
|
# TODO this form doesn't save for some reason
|
||||||
if form_config.is_valid():
|
if form_config.is_valid():
|
||||||
form_config.save()
|
form_config.save()
|
||||||
# messages.success(request, "Profile updated successfully")
|
# messages.success(request, "Profile updated successfully")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user