Skip to content

Commit

Permalink
[QOLDEV-982] override new organisation info template
Browse files Browse the repository at this point in the history
- This takes over from 'snippets/organization.html' on CKAN 2.11+
  • Loading branch information
ThrawnCA committed Jan 30, 2025
1 parent 6789061 commit 1174170
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% ckan_extends %}

{% block image %}{% endblock %}

{% block description %}
{% if organization.description %}
<p class="description">
{{ h.markdown_extract(organization.description, 180) }}
</p>
<p class="read-more">
{% link_for _('read more'), named_route=organization.type ~ '.about', id=organization.name %}
</p>
{% endif %}
{% endblock %}

{% block package_openness %}{% endblock %}

0 comments on commit 1174170

Please sign in to comment.