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

This commit is contained in:
admin 2025-11-24 13:40:37 +00:00
parent b14e258fd1
commit 5f1042c64f

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!!!</h1>
<h1 class="display-4 fw-bold">Inventory Dashboard</h1>
<p class="lead col-lg-8 mx-auto">
A modern dashboard to monitor products, stock levels, and adjustments.
</p>
@ -24,7 +24,7 @@
<div class="container">
<div class="d-flex justify-content-between align-items-center mb-4">
<h2 class="h4">All Products</h2>
<h2 class="h4">!!!All Products!!!</h2>
<div>
<a href="{% url 'add_product' %}" class="btn btn-primary">
<i class="fas fa-plus me-2"></i>Add Product