File tree Expand file tree Collapse file tree
ietf/templates/registration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,22 @@ <h1>Account Creation</h1>
4949</ blockquote >
5050{% else %}
5151< form action ="" method ="POST ">
52+ < p >
53+ If you already have an account, and want to use a new email address,< br />
54+ please go to your < a href ="{% url ietf.ietfauth.views.profile %} "> account profile page</ a > and
55+ add the new email< br />
56+ address there.
57+ </ p >
58+
59+ < p style ="width: 35em ">
60+ If you already have an account, but forgot your password,< br /> < a href ="{% url password_reset %} "> please use the password reset form.</ a >
61+ </ p >
62+
63+
64+ < hr style ="width:35em; " align ="left " />
65+
5266 < p > Please enter your email address in order to create a new account.</ p >
67+
5368 < table class ="register-form ">
5469 {{ form }}
5570 </ table >
@@ -58,9 +73,7 @@ <h1>Account Creation</h1>
5873 < input type ="submit " value ="Submit " />
5974 </ div >
6075</ form >
61- < p class ="reset_password_description ">
62- I'm already registered but I forgot my password. < a href ="{% url password_reset %} "> Please, help me reset my password.</ a >
63- </ p >
76+
6477{% endif %}
6578</ div >
6679{% endblock %}
You can’t perform that action at this time.
0 commit comments