Skip to content

Commit

Permalink
approvals: improve page title
Browse files Browse the repository at this point in the history
To easily identify which page is which (between /job-seekers/details/ &
/approvals/detail/)
  • Loading branch information
xavfernandez committed Aug 29, 2024
1 parent c64509f commit 71cb8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/approvals/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% include "layout/previous_step.html" with back_url=back_url only %}
{% endblock %}

{% block title_content %}<h1>{{ approval.user.get_full_name }}</h1>{% endblock %}
{% block title_content %}<h1>Salarié : {{ approval.user.get_full_name }}</h1>{% endblock %}

{% block content %}
<section class="s-section">
Expand Down

0 comments on commit 71cb8db

Please sign in to comment.