diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 21:22:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 21:22:03 +0200 |
commit | baf82ac4fd317a7c7f1f4d38c405459eaf4ba5e3 (patch) | |
tree | 1667ffd2fe96273a71d64d3a4a1e5341da7c1a2b /intro | |
parent | 8646990c01ff2801daf0f0aa61b646c4baf81852 (diff) |
Switch to bang-prefixed directives.
Diffstat (limited to 'intro')
-rw-r--r-- | intro/email.mdwn | 6 | ||||
-rw-r--r-- | intro/sms.mdwn | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/intro/email.mdwn b/intro/email.mdwn index 0bc8f2c..76dfa9b 100644 --- a/intro/email.mdwn +++ b/intro/email.mdwn @@ -1,6 +1,6 @@ Hi <fullname> - A personal account has been added for you at [[template id=realm]]. + A personal account has been added for you at [[!template id=realm]]. Your username is "<username>". Password will be sent through cellphone text message. @@ -10,7 +10,7 @@ NB! Password lasts only 14 days - read here how to change it: - http://[[template id=supporthost]]/intro + http://[[!template id=supporthost]]/intro Same place you can also read about setup and possibilities with your account - more email adresses, subscribing to mailinglists etc. @@ -19,4 +19,4 @@ Kind regards, <me> - Technical supporter at [[template id=realm]] + Technical supporter at [[!template id=realm]] diff --git a/intro/sms.mdwn b/intro/sms.mdwn index f32bba1..5d3dac9 100644 --- a/intro/sms.mdwn +++ b/intro/sms.mdwn @@ -1 +1 @@ - Here is a temporary password for your account. You MUST change it within 14 days: Read the web page http://[[template id=supporthost]]/intro . Password: <password> + Here is a temporary password for your account. You MUST change it within 14 days: Read the web page http://[[!template id=supporthost]]/intro . Password: <password> |