We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the galae website integration, the content body is in charge of including the widgets:
--- BODY (last / third) --- {% from "widgets/page_block_h2_with_ul_content_and_image_left.html" import page_block_h2_with_ul_content_and_image_left %} [...]
Expected:
Something like:
$ ./manage.py list-widgets page_block_h2_with_ul_content_and_image_right(): ./common-content/templates/jinja2/widgets/page_block_h2_with_ul_content_and_image_right.html page_block_h2_with_ul_content_and_image_left(): ./common-content/templates/jinja2/widgets/page_block_h2_with_ul_content_and_image_left.html page_section_main_cta(): ./common-content/templates/jinja2/widgets/page_section_main_cta.html
The text was updated successfully, but these errors were encountered:
Merged in #33
Sorry, something went wrong.
No branches or pull requests
In the galae website integration, the content body is in charge of including the widgets:
Expected:
Something like:
The text was updated successfully, but these errors were encountered: