modified: app.py
new file: templates/admin_report_modulo.html new file: templates/admin_reportes_index.html new file: templates/admin_reportes_menu.html modified: templates/macros/navbar.html
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
<i class="bi bi-box-seam me-1"></i> Productos
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if request.endpoint and 'reporte' in request.endpoint %}active fw-bold text-white{% endif %}" href="{{ url_for('admin_reportes_index') }}">
|
||||
<i class="bi bi-graph-up me-1"></i> Reportes
|
||||
</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ 'active fw-bold' if request.endpoint == 'worker_dashboard' }}" href="{{ url_for('worker_dashboard') }}">
|
||||
|
||||
Reference in New Issue
Block a user