Skip to content

Commit

Permalink
Test for get_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkalit committed Jan 21, 2015
1 parent e5fa778 commit dc05b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion disqus/templatetags/disqus_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ def set_disqus_category_id(context, disqus_category_id):

def get_config(context):
"""
return the formatted javascript for any disqus config variables
Return the formatted javascript for any disqus config variables.
"""

conf_vars = ['disqus_developer', 'disqus_identifier', 'disqus_url',
'disqus_title', 'disqus_category_id']

Expand Down

0 comments on commit dc05b44

Please sign in to comment.