De-emphasize resend links button

This commit is contained in:
Raphael Michel
2020-05-04 13:16:10 +02:00
parent 1643005a4b
commit f71153db4a

View File

@@ -302,7 +302,7 @@
</p>
</div>
<div class="col-md-4 col-xs-12">
<a class="btn btn-block btn-primary" href="{% eventurl event "presale:event.resend_link" %}">
<a class="btn btn-block btn-default" href="{% eventurl event "presale:event.resend_link" %}">
{% trans "Resend order links" %}
</a>
</div>