mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
config: Minor refactor
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b607174434
commit
7ff050511c
@ -97,7 +97,7 @@ class ConfigAppView(views.AppView):
|
||||
if is_changed:
|
||||
messages.success(self.request, _('Configuration updated'))
|
||||
|
||||
return super(views.AppView, self).form_valid(form)
|
||||
return super().form_valid(form)
|
||||
|
||||
|
||||
def set_hostname(hostname):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user