added ability to change default page
This commit is contained in:
@ -31,7 +31,7 @@ class UserPreferenceForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = UserPreference
|
||||
fields = ('default_unit', 'theme', 'nav_color')
|
||||
fields = ('default_unit', 'theme', 'nav_color', 'default_page')
|
||||
|
||||
help_texts = {
|
||||
'nav_color': _('Color of the top navigation bar. Not all colors work with all themes, just try them out!'),
|
||||
|
Reference in New Issue
Block a user