Skip to content
Snippets Groups Projects
Commit 7b19604d authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed org info snippet path

parent 0c34c257
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{% snippet "package/snippets/close_mobile_sidebar_button.html" %} {% snippet "package/snippets/close_mobile_sidebar_button.html" %}
{% if pkg.organization %} {% if pkg.organization %}
{% set org = h.get_organization(pkg.organization.name) %} {% set org = h.get_organization(pkg.organization.name) %}
{% snippet "snippets/organization.html", package=pkg, organization=org, has_context_title=true, hide_description=true %} {% snippet "organization/snippets/info.html", package=pkg, organization=org, has_context_title=true, hide_description=true %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment