{% block content %}
{% endblock content %}
diff --git a/templates/client-sidebar.html b/templates/client-sidebar.html
index ab9a998..3d1abbd 100644
--- a/templates/client-sidebar.html
+++ b/templates/client-sidebar.html
@@ -8,6 +8,8 @@
{% url 'client_preinfo' as client_preinfo_url %}
{% url 'client_booking' as client_booking_url %}
{% url 'register' as register_url %}
+ {% url 'client_company' as client_company_url %}
+ {% url 'client_line' as client_line_url %}
diff --git a/templates/client/line-create.html b/templates/client/line-create.html
index e54423d..4f1ded1 100644
--- a/templates/client/line-create.html
+++ b/templates/client/line-create.html
@@ -1,4 +1,4 @@
-{% extends 'employee-base.html' %}
+{% extends 'client-base.html' %}
{% load static %}
{% block content %}
diff --git a/templates/client/line-list.html b/templates/client/line-list.html
index 2f31fdb..3af5af5 100644
--- a/templates/client/line-list.html
+++ b/templates/client/line-list.html
@@ -3,14 +3,12 @@
{% block table_header %}
Select |
-
Company name |
Line name |
Short name |
Description |
{% endblock table_header %}
{% block table_data %}
-
{{ object.company }} |
{{ object.name }} |
{{ object.short_name }} |
{{ object.description }} |
diff --git a/templates/client/line-update.html b/templates/client/line-update.html
index 91085a3..627720e 100644
--- a/templates/client/line-update.html
+++ b/templates/client/line-update.html
@@ -1,4 +1,4 @@
-{% extends 'employee-base.html' %}
+{% extends 'client-base.html' %}
{% load static %}
{% block content %}
diff --git a/templates/employee-base.html b/templates/employee-base.html
index 6dfaa5a..95eb07a 100644
--- a/templates/employee-base.html
+++ b/templates/employee-base.html
@@ -4,193 +4,26 @@
-
Employee Dashboard | Container Depot
-
-
-
+
Depot Employee Dashboard | Container Depot
+
+
+
+
-
-
+
+
+
+
-
-
+
+
{% block content %}
-{# {% include 'client-dashboard-content.html' %}#}
-{# {% include 'client-preinfo-content.html' %}#}
-{# {% include 'client-orders-content.html' %}#}
{% endblock content %}
-
-{# #}
-{##}
+