Open aoloe opened 6 years ago
... it does also not use the translation(s) from the form plugin...
this is my current templates/formdata.html.twig
:
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="main-content">
<div class="container">
{{ content|raw }}
<div class="alert">{{ form.message|raw }}</div>
{{ 'PLUGIN_FORM.DATA_SUMMARY'|t }}
{% include "forms/data.html.twig" %}
</div>
</div>
{% endblock %}
while replacing the content part of the base partial, formdata.html.twig does not add the main-content and container divs... and the result is skrewed up...