From 90cff33fff31863f114751990adff3e97a27eeb2 Mon Sep 17 00:00:00 2001 From: Joshua Rubingh Date: Fri, 15 May 2020 11:30:27 +0200 Subject: [PATCH] bla --- .../templates/registration/password_reset_email.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_email.html b/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_email.html index c4f997f..565805b 100644 --- a/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_email.html +++ b/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_email.html @@ -1,7 +1,5 @@ {% load i18n %} {% url 'password_reset_confirm' uidb64=uid token=token as reset_url%} - -# We can't use HTML here... Django email reset code does not do multipart {% autoescape off %} {% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.