mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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">
|
||||
<ol class="breadcrumb">
|
||||
{% for cat in cats_d %}
|
||||
<li class="breadcrumb-item"><a href="#">{{ cat }}</a></li>
|
||||
<li class="breadcrumb-item text-primary">{{ cat }}</li>
|
||||
{% endfor %}
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{{ url_route('adv::edit_category',[id]) }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user