Skip to content

Commit

Permalink
apply: add alert for maze test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePoindron authored and xavfernandez committed Jul 9, 2024
1 parent 70e1435 commit 86326fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions itou/templates/apply/list_for_siae.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ <h2>{{ siae.display_name }}</h2>
</div>
</div>
{% endif %}
<div class="alert alert-important alert-dismissible fade show" role="status">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button>
<div class="row">
<div class="d-none d-md-inline col-md-auto">
<img src="{% static_theme_images "ico-bicro-important.svg" %}" height="80">
</div>
<div class="col-12 col-md px-md-0">
<p class="mb-2">
<strong>Espace "Mes candidats"</strong>
</p>
<p class="mb-0">
Un espace regroupant tous vos candidats est actuellement en construction. Vos retours sont importants, aidez-nous en réalisant ce test de 5 minutes
</p>
</div>
<div class="col-12 col-md-auto mt-3 mt-md-0 d-flex align-items-center justify-content-center">
<a href="https://t.maze.co/244482529" rel="noopener" target="_blank" aria-label="Accéder au test de l'espace mes candidats" class="btn btn-sm btn-primary">
Accéder au test
</a>
</div>
</div>
</div>
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 86326fc

Please sign in to comment.