fix(PublicPages): add additional schedule display verification
feat(PublicPages): add organization id
This commit is contained in:
parent
4d46ed86f4
commit
ac0c183c50
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
||||||
<meta property="og:title" content="{{ data.name|e }}">
|
<meta property="og:title" content="{{ data.name|e }}">
|
||||||
<meta property="og:description" content="{{ data.descriptionShort|e }}">
|
<meta property="og:description" content="{{ data.descriptionShort|e }}">
|
||||||
<meta property="og:image" content="{{ data.thumbnail.location }}">
|
<meta property="og:image" content="{{ data.thumbnail.location }}">
|
||||||
|
|
||||||
|
<meta property="organization_id" content="{{ id }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
@ -99,7 +101,7 @@
|
||||||
</section>
|
</section>
|
||||||
{# {% endif %} #}
|
{# {% endif %} #}
|
||||||
|
|
||||||
{% if data.schedule|length > 0 %}
|
{% if data.schedule|length > 0 and data.schedule[0].when|length > 0 %}
|
||||||
<section>
|
<section>
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>Crénaux</h2>
|
<h2>Crénaux</h2>
|
||||||
|
|
Loading…
Reference in a new issue