2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

make plugins clickable

This commit is contained in:
Matthias Mair 2022-04-18 21:58:00 +02:00
parent de810bc6ee
commit 73248fa312

View File

@ -40,8 +40,11 @@ notitle: true
<h3>Plugins</h3>
<ul class="list-unstyled">
{% for plugin in filtered_plugins %}
<a href="{{ plugin.title }}"></a>
<li>{{ plugin.title }}</li>
<li>
<a href="{{ plugin.url | relative_url }}">
{{ plugin.title }}
</a>
</li>
{% endfor %}
</ul>
{% endif %}