forked from CGM_Public/pretix_original
remove alert since mail-typo-checking is disabled (#723)
This commit is contained in:
committed by
Raphael Michel
parent
9b4a3bcbef
commit
50c3f025e2
@@ -96,12 +96,6 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="alert alert-warning typo-alert">
|
||||
<strong>{% trans "Are you sure your email address is correct?" %}</strong><br>
|
||||
{% blocktrans trimmed with entered="<span data-typodisplay></span>" suggestion="<span data-typosuggest></span>" %}
|
||||
You entered "{{ entered }}". Did you mean "{{ suggestion }}"?
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
<div class="row checkout-button-row">
|
||||
<div class="col-md-4">
|
||||
<a class="btn btn-block btn-default btn-lg"
|
||||
|
||||
Reference in New Issue
Block a user