Fix deprecation warning

This commit is contained in:
Raphael Michel
2023-06-05 18:24:51 +02:00
parent 591fe23a99
commit 0990eeeea0
2 changed files with 6 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ class SettingsForm(i18nfield.forms.I18nFormMixin, HierarkeyForm):
class PrefixForm(forms.Form):
prefix = forms.CharField(widget=forms.HiddenInput)
template_name = "django/forms/table.html"
class SafeSessionWizardView(SessionWizardView):