Skip to content

Commit 2078776

Browse files
committed
IADBXCIGB-72 / Add missing description
1 parent 378a22e commit 2078776

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ckanext/idb_theme/themes/idb/templates/organization/snippets

ckanext/idb_theme/themes/idb/templates/organization/snippets/info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
</span>
3939
{% endblock %}
4040
{% block description %}
41-
{% if organization.description %}
41+
{% if organization.notes %}
4242
<p class="description">
43-
{{ h.markdown_extract(organization.description, 180) }}
43+
{{ h.markdown_extract(organization.notes, 180) }}
4444
</p>
4545
<p class="read-more">
4646
{% link_for _('read more'), named_route=organization.type ~ '.about', id=organization.name %}

0 commit comments

Comments
 (0)