|
@@ -24,7 +24,7 @@ PARAMS = (
|
|
|
description=_("Additional content to display on the login page"),
|
|
description=_("Additional content to display on the login page"),
|
|
|
field_kwargs={
|
|
field_kwargs={
|
|
|
'widget': forms.Textarea(
|
|
'widget': forms.Textarea(
|
|
|
- attrs={'class': 'vLargeTextField'}
|
|
|
|
|
|
|
+ attrs={'class': 'font-monospace'}
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
@@ -35,7 +35,7 @@ PARAMS = (
|
|
|
description=_('Additional content to display when in maintenance mode'),
|
|
description=_('Additional content to display when in maintenance mode'),
|
|
|
field_kwargs={
|
|
field_kwargs={
|
|
|
'widget': forms.Textarea(
|
|
'widget': forms.Textarea(
|
|
|
- attrs={'class': 'vLargeTextField'}
|
|
|
|
|
|
|
+ attrs={'class': 'font-monospace'}
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
@@ -46,7 +46,7 @@ PARAMS = (
|
|
|
description=_("Additional content to display at the top of every page"),
|
|
description=_("Additional content to display at the top of every page"),
|
|
|
field_kwargs={
|
|
field_kwargs={
|
|
|
'widget': forms.Textarea(
|
|
'widget': forms.Textarea(
|
|
|
- attrs={'class': 'vLargeTextField'}
|
|
|
|
|
|
|
+ attrs={'class': 'font-monospace'}
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
@@ -57,7 +57,7 @@ PARAMS = (
|
|
|
description=_("Additional content to display at the bottom of every page"),
|
|
description=_("Additional content to display at the bottom of every page"),
|
|
|
field_kwargs={
|
|
field_kwargs={
|
|
|
'widget': forms.Textarea(
|
|
'widget': forms.Textarea(
|
|
|
- attrs={'class': 'vLargeTextField'}
|
|
|
|
|
|
|
+ attrs={'class': 'font-monospace'}
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|