mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Fix 'resend email' link for email confirmation
(imported from commit 744a4c13b50ad32b8feb4e51b632346c6f283ad4)
This commit is contained in:
parent
28b154bdeb
commit
db3ded4e84
@ -10,6 +10,6 @@
|
||||
<small>(Just in case, take a look at your Spam folder.)</small></p>
|
||||
<form id="email_signup" action="/accounts/home/" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" class="email" id="email" value="{{ params.email }}" name="email"/>
|
||||
<input type="hidden" class="email" id="email" value="{{ email }}" name="email"/>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user