From 5381e0fa6759465b02e48f4031c1e5fad970ad4f Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 2 Sep 2017 14:30:10 +0530 Subject: [PATCH] Fixed another incorrect template --- .../templates/datacenterlight/emails/user_activation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenterlight/templates/datacenterlight/emails/user_activation.html b/datacenterlight/templates/datacenterlight/emails/user_activation.html index 24c0d040..955eed18 100644 --- a/datacenterlight/templates/datacenterlight/emails/user_activation.html +++ b/datacenterlight/templates/datacenterlight/emails/user_activation.html @@ -1,4 +1,4 @@ -{% extends "datacenterlight/emails/base_email.html" %} +{% extends "datacenterlight/emails/base_email_datacenterlight.html" %} {% load static from staticfiles %} {% load i18n %} {% block email_head %}