mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Document confirm_preregistrationuser.html per trac #314
(imported from commit d9a19fa18fa4a8933cf4dbb9b286da28aa036956)
This commit is contained in:
parent
8e973adb5b
commit
7605eaf646
@ -2,6 +2,12 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% comment %}
|
||||
This template is referenced by the confirmation code and does not have the
|
||||
requisite context to make a useful signup form. Therefore, we immediately
|
||||
post to another view which executes in our code to produce the desired form.
|
||||
{% endcomment %}
|
||||
|
||||
<form id="register" action="/accounts/register/" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" value="{{ key }}" name="key"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user