Skip to content

Commit

Permalink
Add endblock names
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeexgreeen committed Apr 25, 2024
1 parent b853020 commit e2281e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ckanext/activity/templates/group/read_base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% ckan_extends %}

{% block subtitle %}{{ _('Activity Stream') }} {{ g.template_title_delimiter }} {{ super() }}{% endblock %}
{% block subtitle %}{{ _('Activity Stream') }} {{ g.template_title_delimiter }} {{ super() }}{% endblock subtitle %}

{% block content_primary_nav %}
{{ super() }}
Expand All @@ -9,4 +9,4 @@

{% block primary_content_inner %}
{% snippet 'group/activity_stream.html', activity_stream=activity_stream, id=id, object_type='group', group_type=group_type, activity_types=activity_types, blueprint='activity.group_activity' %}
{% endblock %}
{% endblock primary_content_inner %}
4 changes: 2 additions & 2 deletions ckanext/activity/templates/organization/read_base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% ckan_extends %}

{% block subtitle %}{{ _('Activity Stream') }} {{ g.template_title_delimiter }}
{% block subtitle %}{{ _('Activity Stream') }} {{ g.template_title_delimiter }}{% endblock subtitle%}

{% block content_primary_nav %}
{{ super() }}
Expand All @@ -9,4 +9,4 @@

{% block primary_content_inner %}
{% snippet 'organization/activity_stream.html', activity_stream=activity_stream, id=id, object_type='organization', group_type=group_type, activity_types=activity_types, blueprint='activity.organization_activity' %}
{% endblock %}
{% endblock primary_content_inner %}

0 comments on commit e2281e7

Please sign in to comment.