mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-10 19:49:35 +00:00
Added settings and docs for the generic Web info provider
This commit is contained in:
parent
071f6f8591
commit
722eb7ddab
6 changed files with 86 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
{% block card_content %}
|
||||
<div class="offset-sm-3">
|
||||
<h3>
|
||||
{% if info_provider_info.url %}
|
||||
{% if info_provider_info.url is defined %}
|
||||
<a href="{{ info_provider_info.url }}" class="link-external" target="_blank" rel="nofollow">{{ info_provider_info.name }}</a>
|
||||
{% else %}
|
||||
{{ info_provider_info.name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue