From: Jérémy Fabre Date: Thu, 27 Oct 2016 11:27:40 +0000 (+0200) Subject: Remove the date on spontaneous candidacy X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=767323775be388494c6c7c4d229e10e4f4a06a01;p=mezzo.git Remove the date on spontaneous candidacy --- 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 %}