diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-03-28 19:01:39 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-03-28 19:01:39 +0000 |
commit | 663a9ba07bb947857d4fefecbebf1eadbadafe9e (patch) | |
tree | aaa7c2eab583a02d5553d23791a3c1b6d0129c81 /app/__init__.py | |
parent | 144ae69f5c8177ea9d09d7084a81dbf4c2db3302 (diff) | |
download | cheatdb-663a9ba07bb947857d4fefecbebf1eadbadafe9e.tar.xz |
Fix exposing abs_url_for to templates
Diffstat (limited to 'app/__init__.py')
-rw-r--r-- | app/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py index 23b52b7..97be7c3 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -60,7 +60,6 @@ if not app.debug and app.config["MAIL_UTILS_ERROR_SEND_TO"]: from .markdown import init_app init_app(app) - # @babel.localeselector # def get_locale(): # return request.accept_languages.best_match(app.config['LANGUAGES'].keys()) |