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
Rendering menu by parent path isn't working:
{% render_menu parent="/home/" template="menus/main-menu.html" %}
Using the id does work but it's a little awkward to work with for various reasons:
{% render_menu parent=1 template="menus/main-menu.html" %}
Both methods work in the v0.8.x branch.
Here are the versions that I'm using:
git+https://github.com/edoburu/django-fluent-pages.git@eb7f28db695706adc2695d0b24a30a051ecade52#egg=django-fluent-pages django-mptt==0.6.1 django-parler==1.2.1 django-polymorphic-tree==1.0.1 django-wysiwyg==0.7.0
The text was updated successfully, but these errors were encountered:
I'm using this with Django 1.6.8.
Sorry, something went wrong.
No branches or pull requests
Rendering menu by parent path isn't working:
Using the id does work but it's a little awkward to work with for various reasons:
Both methods work in the v0.8.x branch.
Here are the versions that I'm using:
git+https://github.com/edoburu/django-fluent-pages.git@eb7f28db695706adc2695d0b24a30a051ecade52#egg=django-fluent-pages
django-mptt==0.6.1
django-parler==1.2.1
django-polymorphic-tree==1.0.1
django-wysiwyg==0.7.0
The text was updated successfully, but these errors were encountered: