✨ use view-based breadcrumbs
This commit is contained in:
parent
84b36e5d23
commit
f72e87f404
4 changed files with 33 additions and 38 deletions
|
|
@ -12,12 +12,6 @@
|
|||
{% include "snippets/meta.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block govplan_breadcrumbs %}
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
<a href="{{ object.get_absolute_url }}">{{ object.title }}</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block app_body %}
|
||||
<div class="container">
|
||||
<div class="row justify-content-center mb-5">
|
||||
|
|
@ -54,4 +48,4 @@
|
|||
|
||||
{% include "froide_govplan/plugins/card_cols.html" with object_list=plans %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock app_body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue