From 767323775be388494c6c7c4d229e10e4f4a06a01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 27 Oct 2016 13:27:40 +0200 Subject: [PATCH] Remove the date on spontaneous candidacy --- app/templates/job/inc/job_offer_card.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/job/inc/job_offer_card.html b/app/templates/job/inc/job_offer_card.html index 32c0577e..22ae907a 100644 --- a/app/templates/job/inc/job_offer_card.html +++ b/app/templates/job/inc/job_offer_card.html @@ -13,7 +13,9 @@
- {% trans 'Published on' %} {{ jo.publish_date|date:"DATE_FORMAT" }}
+ {% if jo.type %} + {% trans 'Published on' %} {{ jo.publish_date|date:"DATE_FORMAT" }}
+ {% endif %} {% editable jo.description %} {{ jo.description|slice:":255" }} {% endeditable %} -- 2.39.5