diff --git a/cookbook/forms.py b/cookbook/forms.py index 55aa1a0ad..0ac1d8cb7 100644 --- a/cookbook/forms.py +++ b/cookbook/forms.py @@ -45,6 +45,10 @@ class UserPreferenceForm(forms.ModelForm): 'comments' ) + labels = { + 'use_kj': 'Use KJ' + } + help_texts = { 'nav_color': _('Color of the top navigation bar. Not all colors work with all themes, just try them out!'), # noqa: E501