Commit 63cf8a4d authored by Michal Čihař's avatar Michal Čihař

Allow to configure source hiding (issue #705)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 146b347c
...@@ -222,6 +222,7 @@ class UserSettingsForm(forms.ModelForm): ...@@ -222,6 +222,7 @@ class UserSettingsForm(forms.ModelForm):
fields = ( fields = (
'hide_completed', 'hide_completed',
'secondary_in_zen', 'secondary_in_zen',
'hide_source_secondary',
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment