-
Notifications
You must be signed in to change notification settings - Fork 337
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
Unterminated control keyword: 'if'
causes footer rendering to fail
#57
Comments
Ok, so I think what is happening is the CSS isn't being regenerated with |
Just following up, that it might be generating some of it, but the bootstrap folder which exists in the original theme but not in a fork. https://github.com/newliteraciesalliance/tutor-nla-theme/tree/nla-v17 here is my current code, which all I changed was the directory and plugin names. |
Unterminated control keyword: 'if'
causes footer rendering to fail
@hinakhadim I think this can be considered as a bug. The footer does not render correctly when some of the variables are |
fix: unterminated control if in footer. Fixes #57
Unterminated control keyword: 'if' in file '/openedx/themes/indigo/lms/templates/footer.html' at line: 29 char: 1
Steps to reproduce:
setup dev environment
delete
env/build/openedx/themes/indigo
tutor config save
which regenerates the theme in the env
try loading http://local.edly.io:8000/
The text was updated successfully, but these errors were encountered: