From 2914c2052266a2a48f9b0372fef51e283073a4fc Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 23 Apr 2022 20:18:10 +0200 Subject: [PATCH] added space tier banner --- cookbook/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %} +