Compare commits

...

1 Commits

Author SHA1 Message Date
Frédéric Péters a8e0da81e9 templates: update wcs templates overriding base templates (#74846)
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details
2023-02-24 16:34:24 +01:00
4 changed files with 6 additions and 2 deletions

View File

@ -10,14 +10,15 @@
{% endif %}
{% block side %}
{% if gauche %}
{% if form_side %}
<div class="form-content--sidebox" id="gauche">
{{ gauche|safe }}
{{ form_side|safe }}
</div>
{% endif %}
{% endblock %}
<div id="{{bigdiv|default:'rub_service'}}">
{% block form-side %}{% endblock %}
{% block body %}
{{ body|safe }}
{% endblock %}

View File

@ -18,6 +18,7 @@
{% endblock %}
<div id="{{bigdiv|default:'rub_service'}}">
{% block form-side %}{% endblock %}
{% block body %}
{{ body|safe }}
{% endblock %}

View File

@ -18,6 +18,7 @@
{% endblock %}
<div id="{{bigdiv|default:'rub_service'}}">
{% block form-side %}{% endblock %}
{% block body %}
{{ body|safe }}
{% endblock %}

View File

@ -42,6 +42,7 @@
style="background-image: url({{portal_url}}assets/logo:{{ global_context.form_var_commune|slugify }})"
></span>{% endif %}
</h2>{% endif %}
{% block form-side %}{% endblock %}
{% block body %}
{{ body|safe }}
{% endblock %}