Fix Typos

This commit is contained in:
Patrick Jentsch
2020-04-21 10:28:04 +02:00
parent 29f1be5c80
commit 79c9ca97b2
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@ from .. import logger
from ..auth.forms import LoginForm
from ..models import User
@main.route('/', methods=['GET', 'POST'])
def index():
login_form = LoginForm(prefix='login-form')