Fix email confirm hash in templates

This commit is contained in:
Raphael Michel
2024-10-07 17:54:40 +02:00
parent 6cc9529d9a
commit 61b25acdd2
2 changed files with 7 additions and 1 deletions

View File

@@ -143,7 +143,7 @@
</tr>
</table>
<div class="order-button">
<a href="{% abseventurl event "presale:event.order.open" hash=order.email_confirm_hash order=order.code secret=order.secret %}" class="button">
<a href="{% abseventurl event "presale:event.order.open" hash=order.email_confirm_secret order=order.code secret=order.secret %}" class="button">
{% trans "View order details" %}
</a>
</div>