From 457198680558387326befd30d0c31aef60fac696 Mon Sep 17 00:00:00 2001 From: Marco Richetta Date: Wed, 4 Sep 2024 15:57:03 +0200 Subject: [PATCH] Added link tags to contact info --- joboffers/templates/joboffers/joboffer_overview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/joboffers/templates/joboffers/joboffer_overview.html b/joboffers/templates/joboffers/joboffer_overview.html index 3b8e44c..3b2ede6 100644 --- a/joboffers/templates/joboffers/joboffer_overview.html +++ b/joboffers/templates/joboffers/joboffer_overview.html @@ -50,19 +50,19 @@

{% if obj.contact_mail %}
  • - {{ obj.contact_mail }} + {{ object.contact_mail }}
  • {% endif %} {% if obj.contact_url %}
  • - {{ object.contact_url }} + {{ object.contact_url }}
  • {% endif %} {% if obj.contact_phone %}
  • - {{ object.contact_phone }} + {{ object.contact_phone }}
  • {% endif %}