2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 02:25:31 +00:00

update publisher ref

This commit is contained in:
2022-02-07 01:56:29 +01:00
parent c0a8b31331
commit 23c6a48aea
5 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<h3 class="mb-0">{{ plugin.name }}</h3>
<div class="mb-1 text-muted">
{% if plugin.published_on %}{{ plugin.published_on | date_to_string }} - {% endif %}
{% include publisher_ref.html pub=plugin.publisher %}
{% include partial/publisher_ref.html pub=plugin.publisher %}
</div>
<p class="mb-auto">{{ plugin.excerpt | mardownify | remove: '<p>' | remove: '</p>' }}</p>
<a href="{{ plugin.url | relative_url }}" class="stretched-link" aria-label="open plugin details"></a>