Added Pages

This commit is contained in:
2025-04-30 16:22:07 +03:00
parent 56f3f8805d
commit b2912064b5
9 changed files with 339 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block title %}Print Module{% endblock %}
{% block content %}
<div class="print-module-container">
<h1>Print Module</h1>
<p>This page will allow users to access the print module for labels.</p>
</div>
{% endblock %}