error fix in category
This commit is contained in:
parent
46cd6948dc
commit
7943d031e8
|
@ -7,7 +7,7 @@
|
|||
|
||||
{% for list in listings %}
|
||||
<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="shadow p-2 mb-2 bg-white rounded">
|
||||
<img class="card-img-top" src="{{ list.picture }}" alt="Preview not found">
|
||||
|
|
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
Loading…
Reference in New Issue