diff --git a/apps/notification/templates/notification/email/camp_certificate.html b/apps/notification/templates/notification/email/camp_certificate.html index d3fcd858..8a4c830a 100644 --- a/apps/notification/templates/notification/email/camp_certificate.html +++ b/apps/notification/templates/notification/email/camp_certificate.html @@ -16,6 +16,13 @@ Скачивайте. Распечатывайте. И соберите свою коллекцию!
{% endif %} + {% if certificate_number == 3 %} +
+Поздравляем с успешным окончаниемм рисовального лагеря!
+В письме вы найдёте {% if many_childs %}грамоты, они{% else %}грамоту, она{% endif %} для вашей семьи.
+До встречи в онлайн школе!
+
diff --git a/web/src/components/Childs.vue b/web/src/components/Childs.vue index af4bfb1d..04ef790c 100644 --- a/web/src/components/Childs.vue +++ b/web/src/components/Childs.vue @@ -9,7 +9,7 @@