Removed additional alerts from the bottom of the signup page

This commit is contained in:
2024-01-05 21:42:27 +00:00
parent 8702aa86a5
commit a86edf01ad
2 changed files with 2 additions and 15 deletions

View File

@ -1,6 +1,6 @@
from flask import Blueprint
from flask import render_template, request, session, flash
from flask import render_template, session, flash
from controllers.database.product import ProductController
blueprint = Blueprint("products", __name__, url_prefix="/products")