saved new files
This commit is contained in:
6
py_app/app/templates/store_articles.html
Normal file
6
py_app/app/templates/store_articles.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Store Articles{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Store Articles</h2>
|
||||
<p>This is the Store Articles page for the warehouse module.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user