summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-08 06:43:14 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-08 06:43:14 +0200
commitc44d6622ca085d3ed54d7ba1c5664375ec0f4eab (patch)
treefb6d4b82c52c2e2dfef3866f02fe11dc4b34ca7d
parent2cfeed85006d0f5421f37e25862932795b15acd5 (diff)
Fix avoid variables in template URLs (apparently not expanded there).master-da
-rw-r--r--templates/mailinglisturl.mdwn2
-rw-r--r--templates/pwurl.mdwn2
-rw-r--r--templates/webmailurl.mdwn2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/mailinglisturl.mdwn b/templates/mailinglisturl.mdwn
index 4e33c29..3a1b377 100644
--- a/templates/mailinglisturl.mdwn
+++ b/templates/mailinglisturl.mdwn
@@ -1 +1 @@
-<http://lists.[[!template id=domain]]/>
+<http://lists.eksempel.dk/>
diff --git a/templates/pwurl.mdwn b/templates/pwurl.mdwn
index 803a886..d1e9881 100644
--- a/templates/pwurl.mdwn
+++ b/templates/pwurl.mdwn
@@ -1 +1 @@
-<https://[[!template id=mailhost]]/pw>
+<https://mail.eksempel.dk/pw>
diff --git a/templates/webmailurl.mdwn b/templates/webmailurl.mdwn
index 29c5e39..5e4a0ee 100644
--- a/templates/webmailurl.mdwn
+++ b/templates/webmailurl.mdwn
@@ -1 +1 @@
-<https://[[!template id=mailhost]]/>
+<https://mail.eksempel.dk/>