diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -47,6 +47,9 @@ {% endfor %} {% endfor %} {% endif %} + {% if crypto_error %} +

{% trans %}Couldn't fetch conversion rate for cryptocurrencies. Please try again later or use another payment option!{% endtrans %}

+ {% endif %}
{{ form.hidden_tag() }}