This commit is contained in:
Jannis Portmann 2023-04-01 12:13:43 +02:00
parent 6adabac266
commit b9a09131bc

View file

@ -2,4 +2,4 @@
<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 witj to start trading with {{ sender_user.username }}.</p>
<p>Just reply to get in contact with {{ sender_user.username }}.</p>