Edit core/templates/core/index.html via Editor
This commit is contained in:
parent
2c76b3f0b2
commit
b14e258fd1
@ -2,7 +2,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
!!!Inventory Dashboard!!!
|
Inventory Dashboard
|
||||||
{% endblock title %}
|
{% endblock title %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user