Skip to content
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

Can't render menu by parent path #50

Open
benkonrath opened this issue Nov 21, 2014 · 1 comment
Open

Can't render menu by parent path #50

benkonrath opened this issue Nov 21, 2014 · 1 comment

Comments

@benkonrath
Copy link
Contributor

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

@benkonrath
Copy link
Contributor Author

I'm using this with Django 1.6.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant