-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Problem with "unexpected render tag" #181
Comments
Can you try replacing the render tag with the render function ? IIRC, one has been deprecated in favor of the other. If it works, can you provide a PR? |
Yes, of course. |
I've got the same issue with: What render function are you talking about? |
Closed in favor of #188 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm having this problem:
Unexpected "render" tag (expecting closing tag for the "if" tag defined near line 54) in SonataDoctrineMongoDBAdminBundle:Form:form_admin_fields.html.twig at line 54.
When I access into creation admin page (/create). I am using Symfony 3.1 and the configuration in my composer.json is:
"doctrine/mongodb-odm": "^1.0",
"doctrine/mongodb": "~1.2",
"doctrine/mongodb-odm-bundle": "^3.1",
"sonata-project/doctrine-mongodb-admin-bundle": "dev-master"
I can fix it by commenting the "render" line, but I think you must know this problem.
Thank you very much.
The text was updated successfully, but these errors were encountered: