Created
September 6, 2014 19:39
-
-
Save soapdog/8d970cf6f13ddbda1145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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