|
|
|
|
@ -16,7 +16,13 @@ |
|
|
|
|
<img class="ava__pic" src="{% static 'img/user_default.jpg' %}"> {% endif %} |
|
|
|
|
</div> |
|
|
|
|
<div class="teachers__wrap"> |
|
|
|
|
<div class="teachers__title">{{ teacher.get_full_name }}</div> |
|
|
|
|
<div class="teachers__title">{{ teacher.get_full_name }} |
|
|
|
|
{% if teacher.instagram_hashtag %} |
|
|
|
|
, <a href='https://www.instagram.com/explore/tags/{{ teacher.instagram_hashtag }}/' target="_blank"> |
|
|
|
|
#{{ teacher.instagram_hashtag }} |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if teacher.instagram %} |
|
|
|
|
<div class="teachers__name">{{ teacher.instagram }}</div> |
|
|
|
|
{% endif %} {% if teacher.about %} |
|
|
|
|
|