pflaenz.li/pflaenzli/templates/user/trade/offer_email.html

6 lines
317 B
HTML
Raw Normal View History

2023-03-31 23:56:19 +02:00
<p>Hello {{ recipient_user.username }}</p>
<h1>{{ sender_user.username }} wants to trade '{{ offer.title }}'!</h1>
<p>Checkout their offers:</p>
<a href="{{ request.scheme }}://{{ request.get_host }}{% url 'user_detail' sender_user.id %}">Link</a>
2023-04-01 12:13:43 +02:00
<p>Just reply to get in contact with {{ sender_user.username }}.</p>