Skip to content

Commit

Permalink
gps: Update main page title and subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Feb 13, 2025
1 parent 175c284 commit 03099f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion itou/templates/gps/my_groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@

{% block title_content %}
<div class="d-flex flex-column flex-md-row gap-3 mb-3 mb-md-5 justify-content-md-between align-items-md-center">
<h1 class="m-0">Mes bénéficiaires</h1>
<div>
<h1 class="m-0">GPS</h1>
<p>Guide de partage et de suivi</p>
</div>
<div class="d-flex flex-column flex-md-row gap-md-3" role="group" aria-label="Actions sur les groupes de suivi">
<a href='{% tally_form_url form_id="w5kLqM" user_public_id=user.public_id user_first_name=user.first_name user_last_name=user.last_name %}&{% if request.current_organization %}&user_organization_uid={{ request.current_organization.uid }}&user_organization_name={{ request.current_organization.display_name }}{% endif %}'
rel="noopener"
Expand Down

0 comments on commit 03099f6

Please sign in to comment.