fix: Remove unneccessary div

This commit is contained in:
marination 2020-09-28 21:17:49 +05:30
parent a6ea86432e
commit 629fa57f9d

View File

@ -13,12 +13,12 @@
{{ user_fullname }}</p><br> {{ user_fullname }}</p><br>
{% if update_password_link %} {% if update_password_link %}
<div>
<p>{{_("Please click on the following button to set your new password")}}:</p> <p>{{_("Please click on the following button to set your new password")}}:</p>
<p> <p>
<button style="border: 1px solid #15c; padding: 4px; border-radius: 5px; background-color: white;"> <button style="border: 1px solid #15c; padding: 4px; border-radius: 5px; background-color: white;">
<a href="{{ update_password_link }}" style="color: #15c; font-size: 12px; text-decoration:none;" target="_blank">{{_("Update Password") }}</a> <a href="{{ update_password_link }}" style="color: #15c; font-size: 12px; text-decoration:none;" target="_blank">{{_("Update Password") }}</a>
</button> </button>
</p> </p>
</div>
{% endif %} {% endif %}