diff --git a/project/templates/blocks/teachers.html b/project/templates/blocks/teachers.html
index 91e9b1cd..e88db212 100644
--- a/project/templates/blocks/teachers.html
+++ b/project/templates/blocks/teachers.html
@@ -17,15 +17,45 @@
- {% if teacher.instagram %}
-
{{ teacher.instagram }}
- {% endif %} {% if teacher.about %}
+
+ {% if teacher.facebook or True %}
+
+
+
+ {% endif %} {% if teacher.instagram or True %}
+
+
+
+ {% endif %} {% if teacher.twitter or True %}
+
+
+
+ {% endif %} {% if teacher.google %}
+
+
+
+ {% endif %} {% if teacher.pinterest %}
+
+
+
+ {% endif %}
+
+ {% if teacher.about %}
{{ teacher.about }}
diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html
index 71ce74a4..b1167d28 100644
--- a/project/templates/lilcity/index.html
+++ b/project/templates/lilcity/index.html
@@ -30,7 +30,7 @@
{% comment %}
{% endcomment %}
-
+