diff --git a/templates/client/conference/photo.html b/templates/client/conference/photo.html
index f232b49a..36675ad6 100644
--- a/templates/client/conference/photo.html
+++ b/templates/client/conference/photo.html
@@ -14,7 +14,9 @@
{% block page_title %}
-
+ {% if meta.h1 %}
+
{{ meta.h1 }}
+ {% endif %}
{% endblock %}
{% block content_list %}
@@ -23,4 +25,4 @@
{% block paginator %}
{% include 'client/includes/catalog_paginator.html' with page_obj=page_obj %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/templates/client/includes/conference/photo.html b/templates/client/includes/conference/photo.html
index a21e8a3a..b4052cb1 100644
--- a/templates/client/includes/conference/photo.html
+++ b/templates/client/includes/conference/photo.html
@@ -31,7 +31,7 @@
diff --git a/templates/client/includes/exposition/photo.html b/templates/client/includes/exposition/photo.html
index 0c87e741..5d7a04c4 100644
--- a/templates/client/includes/exposition/photo.html
+++ b/templates/client/includes/exposition/photo.html
@@ -31,7 +31,7 @@
diff --git a/templates/client/includes/place/photo.html b/templates/client/includes/place/photo.html
index 16ade109..ba49696f 100644
--- a/templates/client/includes/place/photo.html
+++ b/templates/client/includes/place/photo.html
@@ -28,7 +28,7 @@
{% if object.country %}
{% endif %}
diff --git a/templates/client/place/photo.html b/templates/client/place/photo.html
index 1f58ce04..d3c1722a 100644
--- a/templates/client/place/photo.html
+++ b/templates/client/place/photo.html
@@ -14,6 +14,9 @@
{% block page_title %}
+ {% if meta.h1 %}
+ {{ meta.h1 }}
+ {% endif %}
{% endblock %}
{% block content_list %}
@@ -22,4 +25,4 @@
{% block paginator %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}