updating virt_model with email and

This commit is contained in:
2020-05-10 20:23:00 -05:00
parent 838348a0fb
commit d706ae7761
5 changed files with 93 additions and 29 deletions

View File

@ -28,7 +28,7 @@ def create_app():
@app.route("/")
def index():
return render_template("index.html")
return render_template("index.html")
from capsulflask import auth