Slight (bad) hack to ensure that the ticks appear on the manage user page

- changes imports for utils from broken version on previous branch
This commit is contained in:
Martyn Inglis
2016-03-01 10:45:13 +00:00
parent f0b5ac9ceb
commit 7b5e8061e2
11 changed files with 193 additions and 192 deletions

View File

@@ -22,7 +22,7 @@ from app.asset_fingerprinter import AssetFingerprinter
from app.utils import validate_phone_number, InvalidPhoneError
import app.proxy_fix
from config import configs
from notification_utils import logging
from utils import logging
login_manager = LoginManager()
csrf = CsrfProtect()