Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relâchement des dépendances de dev #1699

Merged
merged 5 commits into from Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion itou/templates/siaes/includes/_card_jobdescription.html
Expand Up @@ -62,7 +62,8 @@
{% endif %}
</span>
<span class="align-self-start ml-2">
<i class="ri-navigation-line ri-sm"></i>&nbsp;à&nbsp;<b>{{ job_description.distance | floatformat:"-1" }}&nbsp;km</b><span class="d-none d-lg-inline">&nbsp;de votre lieu de recherche.</span></span>
<i class="ri-navigation-line ri-sm"></i>&nbsp;à&nbsp;<b>{{ job_description.distance | floatformat:"-1" }}&nbsp;km</b><span class="d-none d-lg-inline">&nbsp;de votre lieu de recherche.</span>
</span>
</p>
</div>
</div>
48 changes: 24 additions & 24 deletions itou/templates/storage/s3_upload_form.html
Expand Up @@ -6,32 +6,32 @@
</div>
<div class="h5">
<a href="" class="js-prevent-default">Choisissez un fichier</a> ou <b>glissez ici</b>.
</div>
<div class="small">Taille maximale : {{ s3_upload.config.max_file_size }} Mo</div>
<div class="small">Type de fichier : PDF</div>
</div>
<div class="small">Taille maximale : {{ s3_upload.config.max_file_size }} Mo</div>
<div class="small">Type de fichier : PDF</div>
</div>
</div>
</div>


<p class="small mt-0">
<i class="ri-question-line mr-1"></i>
Ce fichier n'est pas un PDF ?
<a href="{{ ITOU_COMMUNITY_URL }}/doc/emplois/postuler-pour-un-candidat-prescrire/#ajouter-un-cv-a-la-candidature"
target="_blank"
rel="noopener"
class="matomo-event"
matomo-category="ajout-fichier-candidature"
matomo-action="clic"
matomo-option="clic-sur-lien-aide-pdf"
title="Découvrez comment le convertir (ouverture dans un nouvel onglet)">
Découvrez comment le convertir.
</a>
</p>
<noscript>
<div class="alert alert-danger" role="status">
<p class="mb-0">
JavaScript n'est pas activé. Il est nécessaire de réactiver JavaScript pour activer la fonctionnalité envoi de CV.
</p>
</div>
</noscript>
<p class="small mt-0">
<i class="ri-question-line mr-1"></i>
Ce fichier n'est pas un PDF ?
<a href="{{ ITOU_COMMUNITY_URL }}/doc/emplois/postuler-pour-un-candidat-prescrire/#ajouter-un-cv-a-la-candidature"
target="_blank"
rel="noopener"
class="matomo-event"
matomo-category="ajout-fichier-candidature"
matomo-action="clic"
matomo-option="clic-sur-lien-aide-pdf"
title="Découvrez comment le convertir (ouverture dans un nouvel onglet)">
Découvrez comment le convertir.
</a>
</p>
<noscript>
<div class="alert alert-danger" role="status">
<p class="mb-0">
JavaScript n'est pas activé. Il est nécessaire de réactiver JavaScript pour activer la fonctionnalité envoi de CV.
</p>
</div>
</noscript>
8 changes: 4 additions & 4 deletions itou/templates/utils/widgets/duet_date_picker_widget.html
Expand Up @@ -7,9 +7,9 @@
{% if widget.attrs.max %}max="{{ widget.attrs.max }}"{% endif %}
{% if widget.value != None %}value="{{ widget.value }}"{% endif %}
{% comment %}
Force the display of `.invalid-feedback` for Duet Date Picker with Bootstrap 4.
See also `itou.css`.
https://getbootstrap.com/docs/4.6/components/forms/#server-side
Force the display of `.invalid-feedback` for Duet Date Picker with Bootstrap 4.
See also `itou.css`.
https://getbootstrap.com/docs/4.6/components/forms/#server-side
{% endcomment %}
{% if widget.attrs.class %}class="{{ widget.attrs.class }}"{% endif %}
></duet-date-picker>
/>