From 35903c6477253962c3fb622399622601ebc248a0 Mon Sep 17 00:00:00 2001 From: John Martin Date: Mon, 5 Nov 2012 14:33:27 +0000 Subject: [PATCH] Added page title to the group activity stream page --- ckan/templates/group/activity_stream.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckan/templates/group/activity_stream.html b/ckan/templates/group/activity_stream.html index fd106697cea..f14cdf76488 100644 --- a/ckan/templates/group/activity_stream.html +++ b/ckan/templates/group/activity_stream.html @@ -1,5 +1,7 @@ {% extends "group/read.html" %} +{% block subtitle %}{{ _('Activity Stream') }} - {{ c.group_dict.title or c.group_dict.name }}{% endblock %} + {% block primary_content_inner %}

{{ _('Activity Stream') }}