From ecd3e96e978703cd47bc4f9e8cbda9ae504900cd Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 7 Jun 2018 21:12:00 +0300 Subject: [PATCH] LIL-512 instagram hashtag added --- project/templates/blocks/teachers.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/project/templates/blocks/teachers.html b/project/templates/blocks/teachers.html index 6cf76aa3..91e9b1cd 100644 --- a/project/templates/blocks/teachers.html +++ b/project/templates/blocks/teachers.html @@ -16,7 +16,13 @@ {% endif %}
-
{{ teacher.get_full_name }}
+
{{ teacher.get_full_name }} + {% if teacher.instagram_hashtag %} + , + #{{ teacher.instagram_hashtag }} + + {% endif %} +
{% if teacher.instagram %}
{{ teacher.instagram }}
{% endif %} {% if teacher.about %}