mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
remove cat links when you posting ad
This commit is contained in:
parent
25f1be5a16
commit
6321ef6ca9
@ -6,7 +6,7 @@
|
|||||||
<nav aria-label="breadcrumb">
|
<nav aria-label="breadcrumb">
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
{% for cat in cats_d %}
|
{% for cat in cats_d %}
|
||||||
<li class="breadcrumb-item"><a href="#">{{ cat }}</a></li>
|
<li class="breadcrumb-item text-primary">{{ cat }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a href="{{ url_route('adv::edit_category',[id]) }}">
|
<a href="{{ url_route('adv::edit_category',[id]) }}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user