error fix in category

This commit is contained in:
Priyatham-sai-chand 2020-10-19 19:32:31 +05:30
parent 46cd6948dc
commit 7943d031e8
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% for list in listings %} {% for list in listings %}
<div class="col-sm-3"> <div class="col-sm-3">
<a href="{% url 'listing' {{list.title}} %}" style = "color:inherit;text-decoration: none;"> <a href="listing/{{list.title}}" style = "color:inherit;text-decoration: none;">
<div class="card border-light" style="width: 18rem;"> <div class="card border-light" style="width: 18rem;">
<div class="shadow p-2 mb-2 bg-white rounded"> <div class="shadow p-2 mb-2 bg-white rounded">
<img class="card-img-top" src="{{ list.picture }}" alt="Preview not found"> <img class="card-img-top" src="{{ list.picture }}" alt="Preview not found">

Binary file not shown.