Edit core/templates/core/index.html via Editor
This commit is contained in:
parent
b14e258fd1
commit
5f1042c64f
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<section class="hero text-center mb-5">
|
<section class="hero text-center mb-5">
|
||||||
<div class="container">
|
<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">
|
<p class="lead col-lg-8 mx-auto">
|
||||||
A modern dashboard to monitor products, stock levels, and adjustments.
|
A modern dashboard to monitor products, stock levels, and adjustments.
|
||||||
</p>
|
</p>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
<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>
|
<div>
|
||||||
<a href="{% url 'add_product' %}" class="btn btn-primary">
|
<a href="{% url 'add_product' %}" class="btn btn-primary">
|
||||||
<i class="fas fa-plus me-2"></i>Add Product
|
<i class="fas fa-plus me-2"></i>Add Product
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user