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" }}