payments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'employee-base.html' %}
|
||||
{% extends 'client-base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
{% extends 'employee-base.html' %}
|
||||
{% extends 'client-base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user