Prepared html template for vrn filtering

This commit is contained in:
Luke Else 2024-01-15 22:26:10 +00:00
parent 36a04d58e1
commit 43b85c9b23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ def category(category: str):
# No Products visible # No Products visible
if products == None: 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) return render_template('index.html', content="content.html", user = session.get('user'), products = products, category = category)

View File

@ -1,7 +1,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/carparts.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='css/carparts.css') }}">
<div class="filter-pane"> <div class="filter-pane">
<form action="" class="filter-items"> <form action="" method="get" class="filter-items">
<div class="number-plate"> <div class="number-plate">
<span class="country-identifier"> <span class="country-identifier">
<img src="https://mycarneedsa.com/assets/flint/img/flag_europe_gb.png" alt=""> <img src="https://mycarneedsa.com/assets/flint/img/flag_europe_gb.png" alt="">