Skip to content

Commit

Permalink
[#217] Lovely linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Dec 20, 2012
1 parent 5771f05 commit 9e0e607
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
11 changes: 9 additions & 2 deletions ckan/templates/group/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,17 @@ <h1 class="page-heading">{{ _('Groups') }}</h1>

{% block secondary_content %}
<div class="module module-narrow module-shallow">
<h2 class="module-heading"><i class="icon-large icon-info-sign"></i> {{ _('What are Groups?') }}</h2>
<h2 class="module-heading">
<i class="icon-large icon-info-sign"></i>
{{ _('What are Groups?') }}
</h2>
<div class="module-content">
{% trans %}
<p>Groups allow you to group together datasets under a community (for example, Civil Liberty data) or topic (e.g. Transport, Health, Environment) to make it easier for users to browse datasets by theme. Datasets can be part of a group, but do not belong to the group for editing or authorisation purposes.</p>
<p>Groups allow you to group together datasets under a community (for
example, Civil Liberty data) or topic (e.g. Transport, Health,
Environment) to make it easier for users to browse datasets by theme.
Datasets can be part of a group, but do not belong to the group for
editing or authorisation purposes.</p>
{% endtrans %}
</div>
</div>
Expand Down
14 changes: 11 additions & 3 deletions ckan/templates/organization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ <h1 class="page-heading">{{ _('Organizations') }}</h1>

{% block secondary_content %}
<div class="module module-narrow module-shallow">
<h2 class="module-heading"><i class="icon-large icon-info-sign"></i> {{ _('What are Organizations?') }}</h2>
<h2 class="module-heading">
<i class="icon-large icon-info-sign"></i>
{{ _('What are Organizations?') }}
</h2>
<div class="module-content">
{% trans %}
<p>Organizations act like publishing departments for datasets (for example, the Department of Health). This means that datasets can be published by and belong to a department instead of an individual user.</p>
<p>Within organizations, admins can assign roles and authorisation its members, giving individual users the right to publish datasets from that particular organisation (e.g. Office of National Statistics).</p>
<p>Organizations act like publishing departments for datasets (for
example, the Department of Health). This means that datasets can be
published by and belong to a department instead of an individual
user.</p>
<p>Within organizations, admins can assign roles and authorisation its
members, giving individual users the right to publish datasets from
that particular organisation (e.g. Office of National Statistics).</p>
{% endtrans %}
</div>
</div>
Expand Down

0 comments on commit 9e0e607

Please sign in to comment.