Edit core/templates/core/index.html via Editor
This commit is contained in:
parent
4c10f990e5
commit
bf364bd9a3
@ -64,8 +64,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer d-flex justify-content-between align-items-center">
|
||||||
<small class="text-muted">Last updated: {{ product.updated_at|date:"M d, Y" }}</small>
|
<small class="text-muted">Last updated: {{ product.updated_at|date:"M d, Y" }}</small>
|
||||||
|
<a href="{% url 'edit_product' product.id %}" class="btn btn-sm btn-outline-secondary">Edit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user