diff --git a/pretix_eth/templates/pretix_eth/control.html b/pretix_eth/templates/pretix_eth/control.html index 9f98abc6..18eb370f 100644 --- a/pretix_eth/templates/pretix_eth/control.html +++ b/pretix_eth/templates/pretix_eth/control.html @@ -10,22 +10,19 @@
{{ wallet_address }}
{% trans "Transaction Sender Address" %}
{% if transaction_sender_address_link %} -
{{ - transaction_sender_address }}
+
{{ transaction_sender_address }}
{% else %}
{{ transaction_sender_address }}
{% endif %}
{% trans "Transaction Recipient Address" %}
{% if transaction_recipient_address_link %} -
{{ - transaction_recipient_address }}
+
{{ transaction_recipient_address }}
{% else %}
{{ transaction_recipient_address }}
{% endif %}
{% trans "Transaction Hash" %}
{% if transaction_hash_link %} -
{{ - transaction_hash }}
+
{{ transaction_hash }}
{% else %}
{{ transaction_hash }}
{% endif %}