Jul 17 - Fill the gaps between Single-tenant mode and Multi-tenant mode - matching web UI

This commit is contained in:
2026-07-17 13:26:25 -04:00
parent c706489480
commit 321965038d
5 changed files with 19 additions and 8 deletions
+4 -3
View File
@@ -8,9 +8,10 @@
<h2><i class="bi bi-building"></i> Facilities</h2>
</div>
<div class="col-md-6 text-end">
{% if current_user.role in ['admin', 'director', 'project_manager', 'auditor'] %}
<a href="{{ url_for('facilities.qr_sheet') }}" class="btn btn-outline-secondary">
<i class="bi bi-qr-code"></i> Print QR Codes
{% if current_user.role != 'inspector' %}
<a href="{{ url_for('facilities.qr_print_all') }}"
class="btn btn-outline-dark" title="Printable sheet of your facilities' QR codes">
<i class="bi bi-qr-code"></i> Print All QR Codes
</a>
{% endif %}
{% if current_user.role in ['admin', 'director'] %}