X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/08dbd720394d897a295fd610d30990b9fad26a04..2c3ba81e19fd6d84ab208ad90a48fd81e4780c29:/forum/settings/extkeys.py diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py index 9b38a16..9d439df 100644 --- a/forum/settings/extkeys.py +++ b/forum/settings/extkeys.py @@ -13,16 +13,3 @@ label = _("Google analytics key"), help_text = _("Your Google analytics key. You can get one at the Google analytics official website"), required=False)) -#WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict( -#label = _("Wordpress API key"), -#help_text = _("Your Wordpress API key. You can get one at http://wordpress.com/"), -#required=False)) - -#WORDPRESS_BLOG_URL = Setting('WORDPRESS_BLOG_URL', '', EXT_KEYS_SET, dict( -#label = _("Wordpress blog url"), -#help_text = _("Your Wordpress blog url. You can get one at http://wordpress.com/"), -#required=False)) - - - -