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 %}
|
||||
<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>
|
||||
{% else %}
|
||||
<div class="alert alert-danger">
|
||||
Verification failed please check the link
|
||||
{{ _("Verification failed please check the link") }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock%}
|
||||
|
Loading…
Reference in New Issue
Block a user