fix: add translate function to book appointment verify html

This commit is contained in:
Ernesto Ruiz 2022-09-26 08:04:14 -06:00 committed by GitHub
parent 728ef46048
commit 499ce5139c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%}