created user settings in the settings page

This commit is contained in:
2025-04-17 10:00:46 +03:00
parent 41a71cdc5b
commit 9b81227480
16 changed files with 478 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block title %}Warehouse Module{% endblock %}
{% block content %}
<h2>Warehouse Module</h2>
<p>Welcome to the Warehouse Module.</p>
{% endblock %}