From 7b461d92b5a9cd1064c3922470598bf1e4f2b666 Mon Sep 17 00:00:00 2001 From: Eligiusz Kurzawa Date: Sun, 17 Jan 2021 10:23:43 +0100 Subject: [PATCH] 35# fixed wishlist button --- templates/base.html | 2 +- templates/jobs/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index da31f61..40fa6af 100644 --- a/templates/base.html +++ b/templates/base.html @@ -205,7 +205,7 @@ {% if user.is_authenticated and user.is_employee %} - {% else %} + {% else %} {% endif %} diff --git a/templates/jobs/index.html b/templates/jobs/index.html index 0b07b0b..6fee995 100644 --- a/templates/jobs/index.html +++ b/templates/jobs/index.html @@ -229,11 +229,11 @@ Apply Job {% if job.id in wish_list %} - + {% else %} - + {% endif %}