diff --git a/gestioncof/cms/templates/cofcms/base.html b/gestioncof/cms/templates/cofcms/base.html index f5d3a3f8..a3c78bcb 100644 --- a/gestioncof/cms/templates/cofcms/base.html +++ b/gestioncof/cms/templates/cofcms/base.html @@ -4,7 +4,14 @@ - {% block title %}{% trans "Association des élèves de l'ENS Ulm" %}{% endblock %} + {% block title %} + {% if page.seo_title %} + {{ page.seo_title }} | + {% elif page.title %} + {{ page.title }} | + {% endif %} + {% trans "Association des élèves de l'ENS Ulm" %} + {% endblock %}