You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
When running python manage.py compress --force, I'm getting:
Compressing... Invalid template /Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/wagtailextras/templates/templatetags/main_menu.html: Invalid block tag on line 2: 'get_site_root'. Did you forget to register or load this tag?
done
Compressed 1 block(s) from 60 template(s) for 0 context(s).
(Just to be clear, this doesn't seem to break anything.)
Here is the line the warning refers to. When I remove it, the warning disappears, and my menus still work. There doesn't seem to be any usages in the main_menu.html file. So I'm thinking it maybe could be removed, but I'm not entirely sure. I'll make a pull request to demonstrate.
The text was updated successfully, but these errors were encountered:
When running
python manage.py compress --force
, I'm getting:(Just to be clear, this doesn't seem to break anything.)
Here is the line the warning refers to. When I remove it, the warning disappears, and my menus still work. There doesn't seem to be any usages in the
main_menu.html
file. So I'm thinking it maybe could be removed, but I'm not entirely sure. I'll make a pull request to demonstrate.The text was updated successfully, but these errors were encountered: