Added Pages
This commit is contained in:
10
py_app/app/templates/print_module.html
Normal file
10
py_app/app/templates/print_module.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user