remotes/origin/hotfix/LIL-691
gzbender 7 years ago
parent 1613d82b4e
commit 1d4d85f33d
  1. 2
      project/templates/blocks/user_menu.html
  2. 2
      project/templates/lilcity/main.html

@ -1,14 +1,12 @@
{% load static %} {% load thumbnail %}
{% load rupluralize from plural %}
{% if request.user.is_authenticated %}
{% if request.user.bonus %}
<div class="header__bonuses">
<a class="header__bonuses-link" href="{% url 'user-bonuses' %}">
<img class="header__lil-coin-img" src="{% static 'img/lilcoin.png' %}" />
{{ request.user.bonus }}
</a>
</div>
{% endif %}
<div class="header__login">
<a class="header__ava ava" href="{% if request.user_agent.is_touch_capable %}#{% else %}{% url 'user-profile' %}{% endif %}">
{% thumbnail request.user.photo "48x48" crop="center" as im %}

@ -5,7 +5,7 @@
{{ referrer.get_full_name }} приглашает вас и ваших детей в первую онлайн школу креативного мышления Lil School.
Занимайтесь с ребёнком творчеством, не выходя из дома.
Перейдите по ссылке и получите скидку {{ config.REFERRAL_BONUS }}% на первую покупку
{% endblock %}
{% endblock ogdescription %}
{% endif %}
{% block title %}School LIL.CITY{% endblock title %}

Loading…
Cancel
Save