On enlève un # dans le titre

This commit is contained in:
Jean-Marie Favreau 2024-09-07 21:21:36 +02:00
parent d5262c80e8
commit 3c39b16acd

View File

@ -1,6 +1,6 @@
{% extends "agenda_culturel/page.html" %}
{% block title %}{% block og_title %}#{{ object.name }}{% endblock %}{% endblock %}
{% block title %}{% block og_title %}{{ object.name }}{% endblock %}{% endblock %}
{% load tag_extra %}
{% load utils_extra %}