Edit core/templates/core/index.html via Editor

This commit is contained in:
Flatlogic Bot 2025-11-24 16:29:33 +00:00
parent bd261db3e3
commit f031af65da

View File

@ -15,7 +15,7 @@
</div>
<section class="hero text-center mb-5">
<div class="container">
<h1 class="display-4 fw-bold">Inventory Dashboard with blue BG</h1>
<h1 class="display-4 fw-bold">!!Inventory Dashboard with blue BG!!!</h1>
<p class="lead col-lg-8 mx-auto">
A modern dashboard to monitor products, stock levels, and adjustments.
</p>
@ -26,9 +26,7 @@
<div class="d-flex justify-content-between align-items-center mb-4">
<h2 class="h4">Products</h2>
<div>
<a href="{% url 'add_product' %}" class="btn btn-primary">
<i class="fas fa-plus me-2"></i>Add Product
</a>
<a href="#" class="btn btn-secondary disabled" role="button" aria-disabled="true">
<i class="fas fa-file-csv me-2"></i>Export CSV
</a>
@ -66,7 +64,7 @@
</div>
<div class="card-footer d-flex justify-content-between align-items-center">
<small class="text-muted">Last updated: {{ product.updated_at|date:"M d, Y" }}</small>
<a href="{% url 'edit_product' product.id %}" class="btn btn-sm btn-outline-secondary">Edit</a>
</div>
</div>
{% empty %}