]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/extkeys.py
General cleanup. Moved many hardcoded stuff still left in the code to an admin option...
[osqa.git] / forum / settings / extkeys.py
index 50fa5ff06882a4911bc8d167adf5bc1b5d44ba12..9d439df0b7ba5939d391a0da7cccea6cfa6a6e54 100644 (file)
@@ -11,4 +11,5 @@ required=False))
 GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(\r
 label = _("Google analytics key"),\r
 help_text = _("Your Google analytics key. You can get one at the <a href='http://www.google.com/analytics/'>Google analytics official website</a>"),\r
-required=False))
\ No newline at end of file
+required=False))\r
+\r