From 19a626e2377997b23a176b4e65a33ea3e31ea467 Mon Sep 17 00:00:00 2001
From: rubenwardy
Date: Sat, 25 Jan 2020 03:03:45 +0000
Subject: Fix auto-webhook creation failure due to wrong scheme
---
app/templates/emails/verify.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'app/templates')
diff --git a/app/templates/emails/verify.html b/app/templates/emails/verify.html
index 04a4bc5..925521a 100644
--- a/app/templates/emails/verify.html
+++ b/app/templates/emails/verify.html
@@ -16,12 +16,12 @@
If this was you, then please click this link to verify the address:
-
+
Confirm Email Address
- Or paste this into your browser: {{ url_for('users.verify_email', token=token, _external=True) }}
+ Or paste this into your browser: {{ abs_url_for('users.verify_email', token=token) }}
{% endblock %}
--
cgit v1.2.3