News: Show [Meeting] prefix on meeting page title
This commit is contained in:
parent
b814cf51e4
commit
2899f9605e
|
@ -2,7 +2,7 @@
|
||||||
{% import 'macros/base.twig' as m %}
|
{% import 'macros/base.twig' as m %}
|
||||||
{% import 'macros/form.twig' as f %}
|
{% import 'macros/form.twig' as f %}
|
||||||
|
|
||||||
{% block title %}{{ news.title }}{% endblock %}
|
{% block title %}{% if news.is_meeting %}{{ __('news.is_meeting') }} {% endif %}{{ news.title }}{% endblock %}
|
||||||
|
|
||||||
{% block news %}
|
{% block news %}
|
||||||
{{ _self.news(news) }}
|
{{ _self.news(news) }}
|
||||||
|
|
Loading…
Reference in New Issue