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:
parent
de810bc6ee
commit
73248fa312
@ -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 %}
|
Loading…
x
Reference in New Issue
Block a user