Skip to content

Commit

Permalink
Added page title to the group activity stream page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 5, 2012
1 parent eaef036 commit 35903c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 %}
<section class="module-content">
<h2 class="hide-heading">{{ _('Activity Stream') }}</h2>
Expand Down

0 comments on commit 35903c6

Please sign in to comment.