Skip to content

Commit

Permalink
fix: update emails with the platfrom_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Salman authored and Ali Salman committed Jan 7, 2024
1 parent e754b02 commit 3425743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p style="color: rgba(0,0,0,.75);">
{% autoescape off %}
{# xss-lint: disable=django-blocktrans-missing-escape-filter #}
{% blocktrans %}This is one time OTP {{ activation_code }}. Kindly use this to complete nafath authentication with SDAIA.{% endblocktrans %}
{% blocktrans %}This is one time OTP {{ activation_code }}. Kindly use this to complete nafath authentication with {{ platform_name }}.{% endblocktrans %}
{% endautoescape %}
<br />
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% load i18n %}{% autoescape off %}{% blocktrans %}This is one time OTP {{ activation_code }}. Kindly use this to complete nafath authentication with SDAIA.{% endblocktrans %}
{% load i18n %}{% autoescape off %}{% blocktrans %}This is one time OTP {{ activation_code }}. Kindly use this to complete nafath authentication with {{ platform_name }}.{% endblocktrans %}
{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n %}
{% autoescape off %}
{% blocktrans %}SDAIA - Complete Nafath Authentication{% endblocktrans %}
{% blocktrans %}{{ platform_name }} - Complete Nafath Authentication{% endblocktrans %}
{% endautoescape %}

0 comments on commit 3425743

Please sign in to comment.