Fix crash on accessing notifications

This commit is contained in:
rubenwardy 2019-11-21 19:50:54 +00:00
parent 39d4cf362b
commit 5b68e494db
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from flask import Blueprint
from flask import Blueprint, render_template, redirect
from flask_user import current_user, login_required
from app.models import db