Skip to content

Instantly share code, notes, and snippets.

@soapdog
Created September 6, 2014 19:39
Show Gist options
  • Save soapdog/8d970cf6f13ddbda1145 to your computer and use it in GitHub Desktop.
Save soapdog/8d970cf6f13ddbda1145 to your computer and use it in GitHub Desktop.
{% load static mptt_tags %}
<section class="darkGreyBg darkDarkGreyTop">
<div class="container">
<div class="row row-centered cp-nav">
{% recursetree opps_menu %}
{% if not node.is_leaf_node and node.name == "Ediciones" %}
<ul>{{ children }}</ul>
{% endif %}
{% endrecursetree %}
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment