Skip to content

Commit

Permalink
Fix link to LVM Web in email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 20, 2024
1 parent 1430067 commit 2ec73b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lvmcryo/templates/alert_message.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>An alert was raised during an LVM LN<sub>2</sub> fill</h1>

{% if lvmweb_url %}
<div style="padding: 5px 0px">
Information about the fill can be found <href a="{{ lvmweb_url }}" />
Information about the fill can be found at <a href="{{ lvmweb_url }}">this link</a>.
</div>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion src/lvmcryo/templates/success_message.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>An LVM LN<sub>2</sub> fill was completed successfully.</h1>

{% if lvmweb_url %}
<div style="padding: 5px 0px">
Information about the fill can be found <href a="{{ lvmweb_url }}" />
Information about the fill can be found at <a href="{{ lvmweb_url }}">this link</a>.
</div>
{% endif %}

Expand Down

0 comments on commit 2ec73b3

Please sign in to comment.