2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
Matthias Mair
2022-08-09 00:47:58 +02:00
parent 291a9e6433
commit 6ff8c6f9ef
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ permalink: /plugins
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin Repository</h1>
{% for plugin in site.plugins %}
{% for plugin in site.repo %}
{% include plugin_card.html plugin=plugin %}
{% endfor %}
</div>