Skip to content

Commit

Permalink
feat(pro_connect): make login button agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 27, 2024
1 parent 56c9874 commit 850e0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions lacommunaute/templates/forum_member/seekers_profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ <h2 class="h2">
<div class="row">
<div class="col-lg col-12 mb-3">Je me connecte pour mettre à jour mon profil</div>
<div class="col-lg-auto col-12">
<a href="{% url 'openid_connect:authorize' %}?next={% url 'members:profile_update' %}" rel="nofollow" class="btn btn-inclusion-connect">
<img src="{% static_theme_images 'logo-inclusion-connect-two-lines.svg' %}" alt="Se connecter | S'inscrire" height="37">
</a>
<a href="{% url 'openid_connect:authorize' %}?next={% url 'members:profile_update' %}" rel="nofollow" class="btn btn-outline-primary btn-ico btn-block">Me connecter</a>
</div>
</div>
</div>
Expand Down
4 changes: 1 addition & 3 deletions lacommunaute/templates/surveys/dsp_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ <h1 class="s-title-01__title h1">Diagnostic Parcours IAE</h1>
<div class="row">
<div class="col-lg col-12 mb-3">Je me connecte pour accéder à l'aide au diagnostic pour le parcours IAE</div>
<div class="col-lg-auto col-12">
<a href="{% url 'openid_connect:authorize' %}?next={% url 'surveys:dsp_create' %}" rel="nofollow" class="btn btn-inclusion-connect">
<img src="{% static_theme_images 'logo-inclusion-connect-two-lines.svg' %}" alt="Se connecter | S'inscrire" height="37">
</a>
<a href="{% url 'openid_connect:authorize' %}?next={% url 'surveys:dsp_create' %}" rel="nofollow" class="btn btn-outline-primary btn-ico btn-block">Me connecter</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 850e0f9

Please sign in to comment.