This commit is contained in:
2025-07-15 20:57:15 +03:00
parent f6c78a20a3
commit 0ffd79cee9
51 changed files with 1227 additions and 653 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends 'employee-base.html' %}
{% extends 'client-base.html' %}
{% load static %}
{% block content %}
-2
View File
@@ -3,14 +3,12 @@
{% block table_header %}
<th style="display: none;">Select</th>
<th>Company name</th>
<th>Line name</th>
<th>Short name</th>
<th>Description</th>
{% endblock table_header %}
{% block table_data %}
<td>{{ object.company }}</td>
<td>{{ object.name }}</td>
<td>{{ object.short_name }}</td>
<td>{{ object.description }}</td>
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends 'employee-base.html' %}
{% extends 'client-base.html' %}
{% load static %}
{% block content %}