forked from Fediversity/Fediversity
adjust obsolete naming
This commit is contained in:
parent
b3b525dee4
commit
a088d25eb7
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ class ConfigurationForm(LoginRequiredMixin, UpdateView):
|
||||||
deploy_form = self.get_object()
|
deploy_form = self.get_object()
|
||||||
|
|
||||||
context.update({
|
context.update({
|
||||||
'mastodon_form': MastodonConfigForm(self.request.POST or None, instance=deploy_form.mastodonconfig),
|
'mastodon_form': MastodonConfigForm(self.request.POST or None, instance=deploy_form.mastodon),
|
||||||
'pixelfed_form': PixelfedConfigForm(self.request.POST or None, instance=deploy_form.pixelfedconfig),
|
'pixelfed_form': PixelfedConfigForm(self.request.POST or None, instance=deploy_form.pixelfed),
|
||||||
'peertube_form': PeertubeConfigForm(self.request.POST or None, instance=deploy_form.peertubeconfig),
|
'peertube_form': PeertubeConfigForm(self.request.POST or None, instance=deploy_form.peertube),
|
||||||
})
|
})
|
||||||
|
|
||||||
return context
|
return context
|
||||||
|
|
Loading…
Add table
Reference in a new issue