diff --git a/templates/admin.html b/templates/admin.html index 8ef87a6..3cf55c1 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -50,8 +50,10 @@ {{ '✓' if user.is_admin else '✗' }} {{ '✓' if user.logout_after_purchase else '✗' }} - Edit - Delete +
+ Edit + Delete +
{% endfor %} @@ -104,8 +106,10 @@ {{ '✓' if product.stockable else '✗' }} Picture of {{ product.name }} - Edit - Delete +
+ Edit + Delete +
{% endfor %}