From c838101a573627f09d89e70db0749e679447da4b Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 9 Oct 2018 23:03:27 +0300 Subject: [PATCH] Bonus fixes --- apps/user/templates/user/bonus-history.html | 5 ++--- project/templates/blocks/user_menu.html | 2 +- web/src/js/modules/common.js | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/user/templates/user/bonus-history.html b/apps/user/templates/user/bonus-history.html index f98474bb..e73383e4 100644 --- a/apps/user/templates/user/bonus-history.html +++ b/apps/user/templates/user/bonus-history.html @@ -7,11 +7,10 @@
-
Бонусы
-
У вас {{ request.user.bonus }} Lil
+
У вас {{ request.user.bonus }} LIL
- 1 Lil = 1 Р + 1 LIL = 1 ₽
diff --git a/project/templates/blocks/user_menu.html b/project/templates/blocks/user_menu.html index efc3171c..6d6bc0c5 100644 --- a/project/templates/blocks/user_menu.html +++ b/project/templates/blocks/user_menu.html @@ -2,7 +2,7 @@ {% load rupluralize from plural %} {% if request.user.is_authenticated %}
- + diff --git a/web/src/js/modules/common.js b/web/src/js/modules/common.js index d26e7ca1..71f5f40e 100644 --- a/web/src/js/modules/common.js +++ b/web/src/js/modules/common.js @@ -47,7 +47,7 @@ $(document).ready(function () { if(window.LIL_STORE.flags.isReferralUrl){ if(window.LIL_STORE.user.id){ - showNotification('error', 'Извините, вы уже зарегестрировались на нашем сервисе, получить бонусные баллы возможно только для новых пользователей'); + showNotification('error', 'Извините, вы уже зарегистрировались на нашем сервисе, получить бонусные баллы возможно только для новых пользователей'); // Создаем объект history API const history = createHistory(); history.replace('/');