Skip to content

Commit

Permalink
Fix globals names for recaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 21, 2012
1 parent a138945 commit 4adbc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/lib/app_globals.py
Expand Up @@ -35,8 +35,8 @@
'ckan.template_footer_end': {},
# has been setup in load_environment():
'ckan.site_id': {},
'ckan.recaptcha.publickey': {},
'ckan.recaptcha.privatekey': {},
'ckan.recaptcha.publickey': {'name': 'recaptcha_publickey'},
'ckan.recaptcha.privatekey': {'name': 'recaptcha_publickey'},
'ckan.template_title_deliminater': {'default': '-'},
'ckan.template_head_end': {},
'ckan.template_footer_end': {},
Expand Down

0 comments on commit 4adbc4e

Please sign in to comment.