diff --git a/erpnext/www/book_appointment/verify/index.html b/erpnext/www/book_appointment/verify/index.html index 58c07e85ccc..eaaf8ecfc73 100644 --- a/erpnext/www/book_appointment/verify/index.html +++ b/erpnext/www/book_appointment/verify/index.html @@ -5,14 +5,12 @@ {% endblock%} {% block page_content %} - - {% if success==True %} -
+ {%- set alert_class = 'alert-success' if success else 'alert-danger' -%} +
+ {% if success==True %} {{ _("Your email has been verified and your appointment has been scheduled") }} -
- {% else %} -
+ {% else %} {{ _("Verification failed please check the link") }} -
- {% endif %} + {% endif %} +
{% endblock%}