fix: add translate function to book appointment verify html
This commit is contained in:
parent
728ef46048
commit
499ce5139c
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
{% if success==True %}
|
{% if success==True %}
|
||||||
<div class="alert alert-success">
|
<div class="alert alert-success">
|
||||||
Your email has been verified and your appointment has been scheduled
|
{{ _("Your email has been verified and your appointment has been scheduled") }}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
Verification failed please check the link
|
{{ _("Verification failed please check the link") }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock%}
|
{% endblock%}
|
||||||
|
Loading…
Reference in New Issue
Block a user