Skip to content

Commit

Permalink
wtf update
Browse files Browse the repository at this point in the history
  • Loading branch information
flowsta committed Aug 24, 2015
1 parent 6c108c8 commit 8610bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibserver/view/account.py
Expand Up @@ -3,7 +3,8 @@
from flask import Blueprint, request, url_for, flash, redirect
from flask import render_template
from flask.ext.login import login_user, logout_user
from flask.ext.wtf import Form, TextField, TextAreaField, PasswordField, validators, ValidationError
from flask.ext.wtf import Form
from wtforms import Form, TextField, TextAreaField, PasswordField, validators, ValidationError

from bibserver.config import config
import bibserver.dao as dao
Expand Down

0 comments on commit 8610bdc

Please sign in to comment.