fix attribute name, resolves #21

This commit is contained in:
meeb 2020-12-20 04:15:43 +11:00
parent c28c095f48
commit 7cf86bb98d
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ class UpdateMediaServerView(FormView, SingleObjectMixin):
def get_context_data(self, *args, **kwargs):
data = super().get_context_data(*args, **kwargs)
data['server_help'] = self.object.help_html
data['server_help'] = self.object.get_help_html
return data
def get_success_url(self):