updated to modul etichete

This commit is contained in:
2025-04-30 11:57:48 +03:00
parent 2205274219
commit 6aa7141248
7 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block title %}Modul Etichete{% endblock %}
{% block content %}
<div class="etichete-container">
<h1>Modul Etichete</h1>
<p>Aceasta este pagina pentru gestionarea etichetelor.</p>
</div>
{% endblock %}