pflaenz.li/pflaenzli/pflaenzli/templates/user/trade/offer_email.html
2023-04-02 16:08:09 +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>