109526520: render verify template with VerifyForm

This commit is contained in:
Rebecca Law
2015-12-04 16:21:01 +00:00
parent ab36653f24
commit 69da9f8f32
5 changed files with 33 additions and 7 deletions

View File

@@ -3,4 +3,4 @@ from flask import Blueprint
main = Blueprint('main', __name__)
from app.main.views import index, sign_in, register
from app.main.views import index, sign_in, register, verify