pflaenz.li/pflaenzli/templates/user/trade/offer_email.html
Jannis Portmann b9a09131bc Fix typo
2023-04-01 12:13:43 +02:00

6 lines
317 B
HTML

<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>
<p>Just reply to get in contact with {{ sender_user.username }}.</p>