Skip to content

Commit

Permalink
feat: remove last .text-muted .s-title-02
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo committed Jan 28, 2025
1 parent 9dbb2a4 commit e46a0eb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 45 deletions.
6 changes: 1 addition & 5 deletions itou/templates/approvals/declare_prolongation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
{% block title %}Déclarer une prolongation de PASS IAE {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Déclarer une prolongation de PASS IAE
<br>
<span class="text-muted">{{ approval.user.get_full_name }}</span>
</h1>
<h1>Déclarer une prolongation de PASS IAE pour {{ approval.user.get_full_name }}</h1>
{% endblock %}

{% block content %}
Expand Down
6 changes: 1 addition & 5 deletions itou/templates/approvals/suspension_action_choice.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
{% block title %}Supprimer la suspension du PASS IAE {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Supprimer la suspension du PASS IAE de
<br>
<span class="text-muted">{{ suspension.approval.user.get_full_name }}</span>
</h1>
<h1>Supprimer la suspension du PASS IAE de {{ suspension.approval.user.get_full_name }}</h1>
{% endblock %}

{% block content %}
Expand Down
6 changes: 1 addition & 5 deletions itou/templates/approvals/suspension_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
{% block title %}Supprimer la suspension du PASS IAE {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Supprimer la suspension du PASS IAE de
<br>
<span class="text-muted">{{ suspension.approval.user.get_full_name }}</span>
</h1>
<h1>Supprimer la suspension du PASS IAE de {{ suspension.approval.user.get_full_name }}</h1>
{% endblock %}

{% block content %}
Expand Down
6 changes: 1 addition & 5 deletions itou/templates/approvals/suspension_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
{% block title %}Modifier la suspension de PASS IAE {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Modifier la suspension de PASS IAE
<br>
<span class="text-muted">{{ suspension.approval.user.get_full_name }}</span>
</h1>
<h1>Modifier la suspension de PASS IAE de {{ suspension.approval.user.get_full_name }}</h1>
{% endblock %}

{% block content %}
Expand Down
6 changes: 1 addition & 5 deletions itou/templates/approvals/suspension_update_enddate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
{% block title %}Supprimer la suspension du PASS IAE {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Supprimer la suspension du PASS IAE de
<br>
<span class="text-muted">{{ suspension.approval.user.get_full_name }}</span>
</h1>
<h1>Supprimer la suspension du PASS IAE de {{ suspension.approval.user.get_full_name }}</h1>
{% endblock %}

{% block content %}
Expand Down
6 changes: 1 addition & 5 deletions itou/templates/dashboard/edit_job_seeker_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
</div>
{% endblock %}

{% block title_content %}
<h1>
Informations personnelles de <span class="text-muted">{{ job_seeker.get_full_name }}</span>
</h1>
{% endblock %}
{% block title_content %}<h1>Informations personnelles de {{ job_seeker.get_full_name }}</h1>{% endblock %}

{% block content %}
<section class="s-section">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

{% block title %}Notifier la sanction du contrôle pour {{ evaluated_siae }} {{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Notifier la sanction du contrôle pour <span class="text-muted">{{ evaluated_siae }}</span>
</h1>
{% endblock %}
{% block title_content %}<h1>Notifier la sanction du contrôle pour {{ evaluated_siae }}</h1>{% endblock %}

{% block content %}
<section class="s-section">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

{% block title %}Notifier la sanction du contrôle pour {{ evaluated_siae }}{{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Notifier la sanction du contrôle pour <span class="text-muted">{{ evaluated_siae }}</span>
</h1>
{% endblock %}
{% block title_content %}<h1>Notifier la sanction du contrôle pour {{ evaluated_siae }}</h1>{% endblock %}

{% block content %}
<section class="s-section">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

{% block title %}Notifier la sanction du contrôle pour {{ evaluated_siae }}{{ block.super }}{% endblock %}

{% block title_content %}
<h1>
Notifier la sanction du contrôle pour <span class="text-muted">{{ evaluated_siae }}</span>
</h1>
{% endblock %}
{% block title_content %}<h1>Notifier la sanction du contrôle pour {{ evaluated_siae }}</h1>{% endblock %}

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

0 comments on commit e46a0eb

Please sign in to comment.