Skip to content

Commit

Permalink
Fix newsletter message template URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Jul 9, 2023
1 parent ddc624b commit 3f5212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/newsletter/message/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<a href="http://{{ site.domain }}{{ url('newsletter_unsubscribe_request', newsletter.slug) }}" style="color:#999;float:right">Unsubscribe</a>
{% if submission and submission.publish %}
<a href="http://{{ site.domain }}{{ submission.get_absolute_url }}" style="color:#999">Read message online</a>
<a href="http://{{ site.domain }}{{ submission.get_absolute_url() }}" style="color:#999">Read message online</a>
{% endif %}
</body>
</html>

0 comments on commit 3f5212f

Please sign in to comment.