forked from CGM_Public/pretix_original
Fix deprecation warning
This commit is contained in:
@@ -167,6 +167,7 @@ class SettingsForm(i18nfield.forms.I18nFormMixin, HierarkeyForm):
|
|||||||
|
|
||||||
class PrefixForm(forms.Form):
|
class PrefixForm(forms.Form):
|
||||||
prefix = forms.CharField(widget=forms.HiddenInput)
|
prefix = forms.CharField(widget=forms.HiddenInput)
|
||||||
|
template_name = "django/forms/table.html"
|
||||||
|
|
||||||
|
|
||||||
class SafeSessionWizardView(SessionWizardView):
|
class SafeSessionWizardView(SessionWizardView):
|
||||||
|
|||||||
@@ -86,6 +86,11 @@
|
|||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p a {
|
||||||
|
word-wrap: anywhere;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user