diff options
author | luxagraf <sng@luxagraf> | 2021-03-05 10:01:18 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-03-05 10:01:18 -0500 |
commit | d171c2e03cb1532152072474c14b509005a912ff (patch) | |
tree | a06c3bdb25ea03f1a357fa7f6359867d74757f4d /app/lttr | |
parent | 79ca47eee28ed68ed9ca69209a7308f3c4c905a3 (diff) |
lttr: add full url to range permalink
Diffstat (limited to 'app/lttr')
-rw-r--r-- | app/lttr/templates/lttr/emails/test-range_html_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/emails/test-range_html_email.html b/app/lttr/templates/lttr/emails/test-range_html_email.html index bd0b3e3..0b94a68 100644 --- a/app/lttr/templates/lttr/emails/test-range_html_email.html +++ b/app/lttr/templates/lttr/emails/test-range_html_email.html @@ -189,7 +189,7 @@ ul li, ol li { <br style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" /> <br style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" /> - If you'd like to view a larger version, read some backstory, and see a video of the development process in Darktable, head on over to: <a href="{{object.get_absolute_url}}">{{object.get_absolute_url}}</a> + If you'd like to view a larger version, read some backstory, and see a video of the development process in Darktable, head on over to: <a href="https://luxagraf.net{{object.get_absolute_url}}">https://luxagraf.net{{object.get_absolute_url}}</a> <hr style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;width:50%;margin-top:40px;margin-bottom:40px;margin-right:auto;margin-left:auto;border-width:0;border-top-width:1px;border-top-style:solid;border-top-color:#ddd;" /> </td> |