mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Fix site name being blank in new account activation email
All variables used within blocktrans need to be local. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
0a6b4e22a3
commit
40e116883c
|
@ -1,6 +1,6 @@
|
|||
{% load i18n %}
|
||||
{% blocktrans %}
|
||||
A request has been made to activate an account at {{ site.name }} using your email address.
|
||||
{% blocktrans with site.name as site_name %}
|
||||
A request has been made to activate an account at {{ site_name }} using your email address.
|
||||
|
||||
If you made this request, please click on the link below to activate your account. The
|
||||
link is valid for {{ expiration_days }} days.
|
||||
|
|
Loading…
Reference in New Issue
Block a user