Skip to content

Use consistent strings in templates

sistason requested to merge consistent_strings into master

PyCharm (not Professional) cannot do Jinja2-HTML well and does trip over Strings in HTML vs Strings in Jinja2. We can help by using single-tick strings in jinja2 to remove most of the warnings and errors in the IDE-Inspector.

Merge request reports