Removed additional alerts from the bottom of the signup page
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user