diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html index 625a96fec..9ca099ba1 100644 --- a/cookbook/templates/base.html +++ b/cookbook/templates/base.html @@ -337,6 +337,12 @@ {% endif %} +{% if HOSTED and request.space.max_recipes == 10 %} +
+ {% trans 'You are using the free version of Tandor' %} {% trans 'Upgrade Now' %} +
+{% endif %} +