From 7f94bd4f0d8a0d359191f80fc7eeb0219bb4c147 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 14 Jan 2018 12:38:38 +0100 Subject: [PATCH] correct the empty message on the index page --- django/didgeridoo/webshop/templates/webshop/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/didgeridoo/webshop/templates/webshop/index.html b/django/didgeridoo/webshop/templates/webshop/index.html index eb2e68b..7eff913 100644 --- a/django/didgeridoo/webshop/templates/webshop/index.html +++ b/django/didgeridoo/webshop/templates/webshop/index.html @@ -26,7 +26,7 @@ {% else %}

- We are sorry but there are currently no articles in this category. + We are sorry but there are currently no articles being sold.

{% endif %} {% endblock %}