Fixes for small bug found

This commit is contained in:
Rebecca Law
2016-02-01 13:48:43 +00:00
parent c5100ad176
commit 8f7b7122a1
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
from flask import request, render_template, redirect, url_for, flash
from flask import request, render_template, redirect, url_for, flash, abort
from flask_login import login_required
from app.main import main