From c5463a5346fa6cb2a5a9fa4c9112fe4d4a2e4361 Mon Sep 17 00:00:00 2001 From: Jim Ewald Date: Fri, 5 Jan 2018 16:03:31 -0800 Subject: [PATCH] Remove extraneous '/' from URL embedded in the templates. --- templates/en/confirm/blocklyprop/plain.mustache | 4 ++-- templates/en_US/confirm/blocklyprop/plain.mustache | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/en/confirm/blocklyprop/plain.mustache b/templates/en/confirm/blocklyprop/plain.mustache index d414bf0..3be82f1 100644 --- a/templates/en/confirm/blocklyprop/plain.mustache +++ b/templates/en/confirm/blocklyprop/plain.mustache @@ -1,9 +1,9 @@ {{! This is the text body of the email}} Dear {{screenname}}, -Please go to http://{{blocklyprop-host}}//blockly/confirm?locale={{locale}}&email={{registrant-email}}&token={{token}} to confirm your email address. +Please go to http://{{blocklyprop-host}}/blockly/confirm?locale={{locale}}&email={{registrant-email}}&token={{token}} to confirm your email address. -If the url does not work, please go to http://{{blocklyprop-host}}//blockly/confirm, then enter your email address ({{email}}), and the token: {{token}} +If the url does not work, please go to http://{{blocklyprop-host}}/blockly/confirm, then enter your email address ({{email}}), and the supplied token: {{token}} The Parallax team diff --git a/templates/en_US/confirm/blocklyprop/plain.mustache b/templates/en_US/confirm/blocklyprop/plain.mustache index e39fe63..bc28514 100644 --- a/templates/en_US/confirm/blocklyprop/plain.mustache +++ b/templates/en_US/confirm/blocklyprop/plain.mustache @@ -3,7 +3,6 @@ Dear {{screenname}}, Please go to http://{{blocklyprop-host}}/blockly/confirm?locale={{locale}}&email={{email}}&token={{token}} to confirm your email address. -If the url does not work, please go to http://{{blocklyprop-host}}/blockly/confirm and enter your email address and the token: {{token}} - +If the url does not work, please go to http://{{blocklyprop-host}}/blockly/confirm and enter your email address and the supplied token: {{token}} The Parallax team