Added settings and docs for the generic Web info provider

This commit is contained in:
Jan Böhmer 2026-02-01 17:47:04 +01:00
parent 071f6f8591
commit 722eb7ddab
6 changed files with 86 additions and 5 deletions

View file

@ -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 }}