Skip to content

Commit

Permalink
fix title in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jul 4, 2023
1 parent 1e6aae6 commit b61c2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lacommunaute/templates/event/event_calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load static %}
{% load str_filters %}

{% block sub_title %}{% trans "calendar" %}{% endblock sub_title %}
{% block title %}{% trans "calendar" %}{{ block.super }}{% endblock %}

{% block content %}
<section class="s-title-01 mt-lg-5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% load mptt_tags %}
{% load forum_tags %}

{% block title %}Accueil{{ block.super }}{% endblock %}
{% block title %}Espace d'échanges{{ block.super }}{% endblock %}
{% block meta_description %}Questions / réponses entre CIP, travailleurs sociaux et autres accompagnateurs des personnes éloignées de l’emploi (insertion/handicap){% endblock meta_description %}"

{% block body_class %}{{ block.super }}{% endblock %}
Expand Down

0 comments on commit b61c2e4

Please sign in to comment.