fix mailto link of angeltypes in about page

This commit is contained in:
Thomas Rupprecht 2023-04-16 15:44:30 +02:00 committed by Igor Scheller
parent aafc01b01e
commit 57940cf570
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
{% for type, info in { {% for type, info in {
'contact_name': {'name': __('angeltypes.name')}, 'contact_name': {'name': __('angeltypes.name')},
'contact_dect': {'name': __('angeltypes.dect'), 'url': 'tel'}, 'contact_dect': {'name': __('angeltypes.dect'), 'url': 'tel'},
'contact_email': {'name': __('angeltypes.email'), 'url': 'email'}, 'contact_email': {'name': __('angeltypes.email'), 'url': 'mailto'},
} %} } %}
{% if angeltype[type] and (type != 'contact_dect' or config('enable_dect')) %} {% if angeltype[type] and (type != 'contact_dect' or config('enable_dect')) %}