X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fregistration%2Fregistration_complete.html;fp=templates%2Fregistration%2Fregistration_complete.html;h=47ee3f22951a2b98be04a5d22aa7112d575d640b;hp=0000000000000000000000000000000000000000;hb=f1e089f7736ac8f7b9af784461350c4c169211ad;hpb=6a2a96299d4802cb4fb82891daf6f81ff33ba4e0 diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html new file mode 100644 index 0000000..47ee3f2 --- /dev/null +++ b/templates/registration/registration_complete.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}Patchwork Registration{% endblock %} +{% block heading %}Patchwork Registration{% endblock %} + +{% block body %} + +

Registration successful!

+

A confirmation email has been sent to your email address. You'll + need to visit the link provided in that email to actiavate your + patchwork account.

+ +{% endblock %}