Commit aec6fbd9 authored by Michal Čihař's avatar Michal Čihař

Add support for breadcums navigation

parent fe463a69
......@@ -37,6 +37,12 @@
{% endif %}
</ul>
<ul class="breadcums">
<li><a href="/">{% trans "Home" %}</a></li>
{% block breadcums %}
{% endblock %}
</ul>
{% if messages %}
{% for message in messages %}
<div class="ui-widget">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment