diff --git a/templates/base.html b/templates/base.html
index fe141c8..f7ba21c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,7 @@
- JobPortal - Free Bootstrap 4 Template by Colorlib
+ JobPortal
@@ -28,6 +28,8 @@
+
+
@@ -45,10 +47,40 @@
Blog
Contact
{% if not user.is_authenticated %}
- Register
- Login
+ Register
+ Login
+ {% endif %}
+ {% if user.is_authenticated and user.is_employee %}
+
+
+
+
+ {% endif %}
+ {% if user.is_authenticated and user.is_employer %}
+
+
+
+
{% endif %}
-
@@ -56,9 +88,11 @@
{% block content %}
-{% endblock %}
-
+ {% endblock %}
+
+
+
@@ -168,6 +202,13 @@
+ {% if user.is_authenticated and user.is_employee %}
+
+ {% else %}
+
+ {% endif %}
+
+
-
\ No newline at end of file
+