mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-05 06:04:44 +00:00
remove unnecessary if statement
This commit is contained in:
parent
6c5c6fd1cf
commit
00781d4e17
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class UserVoiceNode(Node):
|
|||
if not widget_key:
|
||||
widget_key = self.default_widget_key
|
||||
return ''
|
||||
|
||||
# default
|
||||
options = {}
|
||||
options.update(getattr(settings, 'USERVOICE_WIDGET_OPTIONS', {}))
|
||||
|
|
|
|||
Loading…
Reference in a new issue