Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form confirmation template does not add the content div around the confirmation text #7

Open
aoloe opened this issue Nov 13, 2018 · 2 comments

Comments

@aoloe
Copy link

aoloe commented Nov 13, 2018

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...

@aoloe
Copy link
Author

aoloe commented Nov 13, 2018

... it does also not use the translation(s) from the form plugin...

@aoloe
Copy link
Author

aoloe commented Nov 13, 2018

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 %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant