Skip to content

Commit

Permalink
Remove double printing of contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
fliepeltje committed Feb 15, 2024
1 parent bfd6f38 commit 06abe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humitifier/dash/templates/infra_index_details_table.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<td>Contact</td>
<td>
{% if host.contact %}
<a href="mailto:{{ host.contact.1 }}">{{ host.contact.0 }}</a> | {{ host.contact.1 }}
<a href="mailto:{{ host.contact.1 }}">{{ host.contact.0 }}</a>
{% else %}
Unknown
{% endif %}
Expand Down

0 comments on commit 06abe1a

Please sign in to comment.