diff --git a/CHANGELOG.md b/CHANGELOG.md index 131d7c7..f2998e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Do not report a thermistor warning every interval. +### 🔧 Fixed + +* Fix link to LVM Web in email templates. + ## 0.1.2 - 2024-09-18 diff --git a/src/lvmcryo/templates/alert_message.html b/src/lvmcryo/templates/alert_message.html index 3230d63..7c37342 100644 --- a/src/lvmcryo/templates/alert_message.html +++ b/src/lvmcryo/templates/alert_message.html @@ -22,7 +22,7 @@

An alert was raised during an LVM LN2 fill

{% if lvmweb_url %}
- Information about the fill can be found + Information about the fill can be found at this link.
{% endif %} diff --git a/src/lvmcryo/templates/success_message.html b/src/lvmcryo/templates/success_message.html index 1579b99..d0a59c3 100644 --- a/src/lvmcryo/templates/success_message.html +++ b/src/lvmcryo/templates/success_message.html @@ -10,7 +10,7 @@

An LVM LN2 fill was completed successfully.

{% if lvmweb_url %}
- Information about the fill can be found + Information about the fill can be found at this link.
{% endif %}