Fix all non-test url_for’s
This commit is contained in:
parent
d38c3e8efe
commit
4ffb86314b
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ import logging
|
|||
import os
|
||||
import base64
|
||||
|
||||
from flask import request, abort, session
|
||||
from flask import request, abort, session, make_response
|
||||
from flask.ext.login import login_user, UserMixin
|
||||
from flask.ext.principal import identity_changed
|
||||
|
||||
|
|
Reference in a new issue