From 779ee415b29800b8a7bb4067fdb334c009eaf396 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 26 Apr 2018 13:41:34 +0300 Subject: [PATCH] Fix dummy user avatar --- project/templates/blocks/comment.html | 2 +- project/templates/blocks/teachers.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/templates/blocks/comment.html b/project/templates/blocks/comment.html index 096d0175..be3234e9 100644 --- a/project/templates/blocks/comment.html +++ b/project/templates/blocks/comment.html @@ -8,7 +8,7 @@ {% else %}
- +
{% endif %}
diff --git a/project/templates/blocks/teachers.html b/project/templates/blocks/teachers.html index 485359ed..43cd4475 100644 --- a/project/templates/blocks/teachers.html +++ b/project/templates/blocks/teachers.html @@ -14,7 +14,7 @@
{% if teacher.photo %} {% else %} - {% endif %} + {% endif %}
{{ teacher.get_full_name }},