Fix crash on clearing all notifications

This commit is contained in:
rubenwardy 2019-12-17 20:49:59 +00:00
parent e57f2dfe7d
commit 3fee369dc1
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, render_template, redirect
from flask import Blueprint, render_template, redirect, url_for
from flask_user import current_user, login_required
from app.models import db