You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
833 B
16 lines
833 B
{% load static %}
|
|
|
|
|
|
<div class="share">
|
|
<div class="share__title">Поделиться {% if share_object_name %}{{ share_object_name }}{% else %}{% if livelesson or lesson %}уроком{% else %}курсом{% endif %}{% endif %}</div>
|
|
<div class="share__list likely likely-big"
|
|
{% if share_title %}data-title="{{ share_title }}"{% endif %}
|
|
data-url="{% if share_url %}{{ share_url }}{% else %}http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}{% endif %}">
|
|
<div class="twitter" {% if share_tw_title %}data-title="{{ share_tw_title }}"{% endif %}></div>
|
|
<div class="facebook"></div>
|
|
<div class="gplus"></div>
|
|
<div class="vkontakte"></div>
|
|
<div class="telegram" {% if share_tg_text %}data-text="{{ share_tg_text }}"{% endif %}></div>
|
|
<div class="pinterest"></div>
|
|
</div>
|
|
</div>
|
|
|