graph / delete view
This commit is contained in:
@@ -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 %}
|
||||
/
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</span>
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
{% block main %}
|
||||
|
||||
Reference in New Issue
Block a user