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