forked from extern/django-helpdesk
Merge pull request #208 from adamfast/patch-1
Update with default for HAS_TAG_SUPPORT
This commit is contained in:
commit
180599875e
@ -1,4 +1,3 @@
|
||||
|
||||
"""
|
||||
Default settings for django-helpdesk.
|
||||
|
||||
@ -23,6 +22,7 @@ if type(DEFAULT_USER_SETTINGS) != type(dict()):
|
||||
}
|
||||
|
||||
|
||||
HAS_TAG_SUPPORT = False
|
||||
|
||||
''' generic options - visible on all pages '''
|
||||
# redirect to login page instead of the default homepage when users visits "/"?
|
||||
|
Loading…
Reference in New Issue
Block a user