Skip to content

Commit

Permalink
Add language to app config form
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 6, 2023
1 parent 6d02e88 commit 5d5f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_blog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def get_form(self, request, obj=None, **kwargs):

class InitialForm(form):
class Meta(form.Meta):
fields = ("app_config",)
fields = ("app_config", "language",)

form = InitialForm
form = self._set_config_defaults(request, form, obj)
Expand Down

0 comments on commit 5d5f691

Please sign in to comment.