remotes/origin/hotfix/LIL-661
gzbender 7 years ago
parent f2d1f4fd18
commit 239f3205a7
  1. 4
      apps/user/templates/user/profile.html
  2. 2
      web/src/sass/_common.sass

@ -77,7 +77,7 @@
<div class="courses__list">
{% if is_school_purchased %}
<div class="courses__item">
<a class="courses__preview">
<a class="courses__preview" href="{% url 'school:school' %}">
<img class="courses__pic" src="{% static 'img/og_main.jpg' %}"
style="height: 201px; width: 300px; object-fit: cover;" />
</a>
@ -86,6 +86,8 @@
<div class="courses__price">{{ school_purchased_price|floatformat:"-2" }}₽</div>
</div>
<a class="courses__title">Онлайн-школа&nbsp;{{ school_purchased_dates.0|date:"j b" }}&nbsp;-&nbsp;{{ school_purchased_dates.1|date:"j b" }}</a>
<a class="btn" href="{% url 'school:school' %}">Перейти в онлайн-школу</a>
</div>
{% endif %}
{% if paid.exists %}

@ -1710,6 +1710,8 @@ a.grey-link
color: $cl
+t
line-height: 1.33
&__theme
text-transform: uppercase
&__user
margin-top: 20px
&_two &__item

Loading…
Cancel
Save