diff --git a/templates/events/item.html b/templates/events/item.html
index 470e58ef..058a4188 100644
--- a/templates/events/item.html
+++ b/templates/events/item.html
@@ -1,5 +1,6 @@
{%extends "base/page.html"%}
{%load markup%}
+{%block title%}{{obj.title}}{%endblock%}
{%block contents%}
{{obj.title}}
Posted on {{obj.displaydate|safe}}
diff --git a/templates/news/item.html b/templates/news/item.html
index 25f56f49..c1ed9525 100644
--- a/templates/news/item.html
+++ b/templates/news/item.html
@@ -1,4 +1,5 @@
{%extends "base/page.html"%}
+{%block title%}{{obj.title}}{%endblock%}
{%block contents%}
{{obj.title}}
{%include "news/inc_newsitem.html"%}