diff --git a/templates/zerver/confirm_continue_registration.html b/templates/zerver/confirm_continue_registration.html new file mode 100644 index 0000000000..0b94eec37e --- /dev/null +++ b/templates/zerver/confirm_continue_registration.html @@ -0,0 +1,51 @@ +{% extends "zerver/portico_signup.html" %} + +{% block portico_content %} +
+
+ {% trans %} + Please click the following button if you wish to register. + {% endtrans %} +
+ Register + {% else %} ++ {% trans %} + You attempted to login using {{ email }}, but {{ email }} does + not have an account in this organization. If you'd like, you can + try to register a new account with this email address. + {% endtrans %} +
+ {# TODO: Ideally, this should use whatever auth #} + {# method the user had used to get here, not just #} + {# send an email. #} + + {% endif %} +