feat: basic doctypes for conference and user profile flow for courses

This commit is contained in:
pateljannat
2021-03-02 18:54:37 +05:30
parent 0f539aabcc
commit a4dffca4d7
41 changed files with 868 additions and 67 deletions

View File

@@ -0,0 +1,18 @@
<h4>{{_("Set your Password")}}</h4>
<p>Dear {{ full_name }},</p>
<p>{{ _("") }}</p>
{% if update_password_link %}
<p>{{_("Please click on the following button to set your new password")}}:</p>
<p>
<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>
</button>
</p>
{% endif %}
<p>{{_("Regards")}},<br>
{{ _("Team Community") }}</p><br>