made the print lost label page
This commit is contained in:
@@ -19,11 +19,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Card 2: Launch Print Module -->
|
||||
<!-- Card 2: Printing Module -->
|
||||
<div class="dashboard-card">
|
||||
<h3>Launch Print Module</h3>
|
||||
<h3>Printing Module</h3>
|
||||
<p>Access the print module to print labels.</p>
|
||||
<a href="{{ url_for('main.print_module') }}" class="btn">Launch Print Module</a>
|
||||
<div style="display: flex; gap: 10px; flex-wrap: wrap;">
|
||||
<a href="{{ url_for('main.print_module') }}" class="btn">Launch Printing Module</a>
|
||||
<a href="{{ url_for('main.print_lost_labels') }}" class="btn">Launch lost labels printing module</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Card 3: Manage Label Templates -->
|
||||
|
||||
Reference in New Issue
Block a user