From 01d051cfe817dafc4207073845bcd39ae128cde6 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 1 Feb 2018 09:55:34 +0300 Subject: [PATCH] Add success verification template --- .../templates/auth/success-verification.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/auth/templates/auth/success-verification.html diff --git a/apps/auth/templates/auth/success-verification.html b/apps/auth/templates/auth/success-verification.html new file mode 100644 index 00000000..f030b83c --- /dev/null +++ b/apps/auth/templates/auth/success-verification.html @@ -0,0 +1,18 @@ +{% extends "templates/lilcity/index.html" %} + +{% block content %} +
+
+
+
Email подтверждён!
+
+

Через несколько секунд Вас перенаправят на главную страницу.

+

Или нажмите кнопку ниже.

+
+ +
+
+
+{% endblock content %}