Skip to content

Commit

Permalink
UI changes on email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoonui authored and crypto-rizzo committed Jan 4, 2024
1 parent 702a8dc commit 29a9d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block content %}
{% user_display user as user_display %}
<p>
You're receiving this e-mail because user <em>{{ user_display }}</em> has given your e-mail address to register an account on SocialPass.
You're receiving this e-mail because user <strong>{{ user_display }}</strong> has given your e-mail address to register an account on SocialPass.
</p>
<p>
To confirm this is correct, go to the following link:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>
{% if username %}
<p style="margin-bottom: 0;">
In case you forgot, your username is <em>{{ username }}</em>.
In case you forgot, your username is <strong>{{ username }}</strong>.
</p>
{% endif %}
{% endblock %}

0 comments on commit 29a9d9b

Please sign in to comment.