mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
make plugins clickable
This commit is contained in:
parent
de810bc6ee
commit
73248fa312
@ -40,8 +40,11 @@ notitle: true
|
|||||||
<h3>Plugins</h3>
|
<h3>Plugins</h3>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
{% for plugin in filtered_plugins %}
|
{% for plugin in filtered_plugins %}
|
||||||
<a href="{{ plugin.title }}"></a>
|
<li>
|
||||||
<li>{{ plugin.title }}</li>
|
<a href="{{ plugin.url | relative_url }}">
|
||||||
|
{{ plugin.title }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
x
Reference in New Issue
Block a user