From 5d46febe03a314b89fd8d9737a0caecd4d881ad1 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 13 Jun 2016 15:05:48 +0000 Subject: [PATCH] Fixed an incorrect path to the default 'no photo available' image. - Legacy-Id: 11348 --- ietf/templates/group/all_photos.html | 2 +- ietf/templates/group/group_photos.html | 2 +- ietf/templates/iesg/photos.html | 2 +- ietf/templates/person/profile.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/group/all_photos.html b/ietf/templates/group/all_photos.html index 44d5b1bf6..6869604ee 100644 --- a/ietf/templates/group/all_photos.html +++ b/ietf/templates/group/all_photos.html @@ -33,7 +33,7 @@ {% if person_with_groups.grouper.photo_thumb %} Photo of {{person_with_groups.grouper.name}} {% else %} - No picture available + No picture available {% endif %}
diff --git a/ietf/templates/group/group_photos.html b/ietf/templates/group/group_photos.html index 5392a1b48..09f088208 100644 --- a/ietf/templates/group/group_photos.html +++ b/ietf/templates/group/group_photos.html @@ -33,7 +33,7 @@ {% if person_with_groups.grouper.photo_thumb %} Photo of {{person_with_groups.grouper.name}} {% else %} - No picture available + No picture available {% endif %}
diff --git a/ietf/templates/iesg/photos.html b/ietf/templates/iesg/photos.html index 01a6eb1f5..49b69a730 100644 --- a/ietf/templates/iesg/photos.html +++ b/ietf/templates/iesg/photos.html @@ -42,7 +42,7 @@ {% if person_with_groups.grouper.photo_thumb %} Photo of {{person_with_groups.grouper.name}} {% else %} - No photo available + No photo available {% endif %}
diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html index edb2d419f..178d9f1d5 100644 --- a/ietf/templates/person/profile.html +++ b/ietf/templates/person/profile.html @@ -25,7 +25,7 @@ Photo of {{ person }} {% else %} - No photo available + No photo available {% endif %} {{ person.biography | apply_markup:"restructuredtext" }}