Skip to content
Snippets Groups Projects
Commit e57822a4 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add missing import

parent f4be897c
Branches
Tags
No related merge requests found
from flask import current_app, flash, redirect, render_template, url_for
from flask_login import current_user, login_required
from flask_login import current_user, login_required, logout_user
from . import settings, tasks
from .forms import (ChangePasswordForm, EditGeneralSettingsForm,
EditNotificationSettingsForm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment