diff --git a/dal/templates/confirm_email.html b/dal/templates/confirm_email.html new file mode 100644 index 0000000..729af28 --- /dev/null +++ b/dal/templates/confirm_email.html @@ -0,0 +1,29 @@ +{% extends "base_short.html" %} +{% load i18n staticfiles bootstrap3 %} + +{% block title %} +
{% trans "In order to complete the sign up process, please check your email and follow the activation instructions." %}
+ +