forked from DGNum/gestioCOF
Modèles plus cleans et templates principaux
This commit is contained in:
parent
66fc364739
commit
f5778fed2a
17 changed files with 522 additions and 94 deletions
9
gestioncof/cms/templates/cofcms/base_nav.html
Normal file
9
gestioncof/cms/templates/cofcms/base_nav.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<ul class="menu">
|
||||
{% for item in menu_items %}
|
||||
<li class="{{ item.active_class }}">
|
||||
<a href="{{ item.href }}">
|
||||
{{ item.text }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue