From 65cffd1ca8985abeeaa090fa60924784bf75a8cf Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Mon, 21 Jan 2019 21:12:25 +0100 Subject: [PATCH] Fix show urls --- punkow/service/email_templates/cancel.txt | 2 +- punkow/service/email_templates/confirmation.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/punkow/service/email_templates/cancel.txt b/punkow/service/email_templates/cancel.txt index c766a5e..5bb925b 100644 --- a/punkow/service/email_templates/cancel.txt +++ b/punkow/service/email_templates/cancel.txt @@ -1,7 +1,7 @@ Your punkow request was cancelled. You can review the details at: -{{ base_url }}/{{ req_key }} +{{ base_url }}/show/{{ req_key }} You can try to insert a new request. diff --git a/punkow/service/email_templates/confirmation.txt b/punkow/service/email_templates/confirmation.txt index 698e82f..da2c1aa 100644 --- a/punkow/service/email_templates/confirmation.txt +++ b/punkow/service/email_templates/confirmation.txt @@ -1,6 +1,6 @@ Punkow started to book an appointment for you. You can review or cancel your request at: -{{ base_url }}/{{ req_key }} +{{ base_url }}/show/{{ req_key }} Good luck!