diff --git a/app/routes/dashboard.py b/app/routes/dashboard.py index 2bb3fd6..38e80c9 100644 --- a/app/routes/dashboard.py +++ b/app/routes/dashboard.py @@ -1,4 +1,4 @@ -from flask import Blueprint, render_template +from flask import Blueprint, render_template, request from flask_login import login_required, current_user from app.models import Job