diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-21 02:23:36 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-21 02:23:36 +0000 |
commit | b4f75c9d90b9d28aaa260807be354a9e4a84fc0b (patch) | |
tree | fb1a62ea1ed7d91a76776c92aff235912664cd68 /root/email | |
parent | 0826ccb20adec6d5321d1bc363b57059bb5e3e74 (diff) | |
download | identity-b4f75c9d90b9d28aaa260807be354a9e4a84fc0b.tar identity-b4f75c9d90b9d28aaa260807be354a9e4a84fc0b.tar.gz identity-b4f75c9d90b9d28aaa260807be354a9e4a84fc0b.tar.bz2 identity-b4f75c9d90b9d28aaa260807be354a9e4a84fc0b.tar.xz identity-b4f75c9d90b9d28aaa260807be354a9e4a84fc0b.zip |
- do not hardcode project url in mail sent, use a configuration for that
Diffstat (limited to 'root/email')
-rw-r--r-- | root/email/activation.tt | 2 | ||||
-rw-r--r-- | root/email/admin/password.tt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/root/email/activation.tt b/root/email/activation.tt index b873421..d1cd4a6 100644 --- a/root/email/activation.tt +++ b/root/email/activation.tt @@ -4,4 +4,4 @@ [% url %] -- -http://mageia.org/
\ No newline at end of file +[% c.config.project_url %] diff --git a/root/email/admin/password.tt b/root/email/admin/password.tt index 0d9bac1..09fb61d 100644 --- a/root/email/admin/password.tt +++ b/root/email/admin/password.tt @@ -7,4 +7,4 @@ [% url %] -- -http://mageia.org/
\ No newline at end of file +[% c.config.project_url %] |