Document confirm_preregistrationuser.html per trac #314

(imported from commit d9a19fa18fa4a8933cf4dbb9b286da28aa036956)
This commit is contained in:
Luke Faraone 2012-11-07 17:27:21 -05:00
parent 8e973adb5b
commit 7605eaf646

View File

@ -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"/>