Skip to content

Commit

Permalink
closes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMadejski committed Apr 3, 2015
1 parent d7def7a commit 3d3c07d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ckanext/danepubliczne/templates/group/read_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

{% block styles %}
{{ super() }}

{% resource 'dane_publiczne/list.css' %}
{% endblock %}

{% block links %}
{{ super() }}
{% include "group/snippets/feeds.html" %}
{% endblock %}

{% set category_title = group.get('title_i18n',{})[h.lang()] or group.title %}

{% block subtitle %}{{ category_title }} - {{ _('Categories') }}{% endblock %}
Expand Down Expand Up @@ -86,10 +90,6 @@ <h1 class="heading" style="color: {{ group.color }};">{{ category_title }}{% if
<aside class="dataset-filters span3">
{% block secondary_content %}
<h2>{{ _('Filters') }}</h2>
{% block links %}
{{ super() }}
{% include "group/snippets/feeds.html" %}
{% endblock %}
{% endblock %}
</aside>
<div class="dataset-result span9 pull-right">
Expand Down
5 changes: 5 additions & 0 deletions ckanext/danepubliczne/templates/organization/read_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
{% resource 'dane_publiczne/list.css' %}
{% endblock %}

{% block links %}
{{ super() }}
{% include "organization/snippets/feeds.html" %}
{% endblock %}

{% block subtitle %}{{ organization.display_name }} - {{ _('Organizations') }}{% endblock %}

{%- block content %}
Expand Down

0 comments on commit 3d3c07d

Please sign in to comment.