quimper: declare an explicit widget-content block (#78114)
gitea/publik-base-theme/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2023-06-02 10:01:53 +02:00
parent 6162ffb498
commit 0766345509
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
{% block widget-title %}
{% endblock %}
{% block widget-content %}
{# must be repeated here as it's expected to exist when rendering view values #}
{{ block.super }}
{% endblock %}