Prepared html template for vrn filtering
This commit is contained in:
parent
36a04d58e1
commit
43b85c9b23
@ -41,7 +41,7 @@ def category(category: str):
|
||||
|
||||
# No Products visible
|
||||
if products == None:
|
||||
flash("No Products available in " + category)
|
||||
flash(f"No Products available in {category}")
|
||||
|
||||
return render_template('index.html', content="content.html", user = session.get('user'), products = products, category = category)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/carparts.css') }}">
|
||||
|
||||
<div class="filter-pane">
|
||||
<form action="" class="filter-items">
|
||||
<form action="" method="get" class="filter-items">
|
||||
<div class="number-plate">
|
||||
<span class="country-identifier">
|
||||
<img src="https://mycarneedsa.com/assets/flint/img/flag_europe_gb.png" alt="">
|
||||
|
Loading…
Reference in New Issue
Block a user