mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
remove debug message
This commit is contained in:
parent
7154cc592f
commit
cdaedda9e6
@ -15,7 +15,6 @@
|
|||||||
<p class="mb-4">{{ item.text }}</p>
|
<p class="mb-4">{{ item.text }}</p>
|
||||||
<span class="inline-flex">
|
<span class="inline-flex">
|
||||||
{% for link in item.links %}
|
{% for link in item.links %}
|
||||||
<p>{{link.link}}</p>
|
|
||||||
<a class="cm-gray-3" href="{{ link.link }}" alt="learn more">{{ link.text }} <img class="w-4 h-4 ml-2" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
<a class="cm-gray-3" href="{{ link.link }}" alt="learn more">{{ link.text }} <img class="w-4 h-4 ml-2" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user