Private
Public Access
1
0

graph / delete view

This commit is contained in:
Sander Roosendaal
2018-10-08 16:48:57 +02:00
parent 9025a0d8dc
commit da821f1bff
5 changed files with 177 additions and 91 deletions

View File

@@ -253,6 +253,21 @@
</li>
{% endfor %}
{% endif %}
{% if breadcrumbs %}
<li class="grid_4">
<p>
<span>
<em>You are here:</em>
{% for crumb in breadcrumbs %}
<a href="{{ crumb.url }}"><em>{{ crumb.name }}</em></a>
{% if not forloop.last %}
&nbsp;/&nbsp;
{% endif %}
{% endfor %}
</span>
</p>
</li>
{% endif %}
</ul>
{% block main %}