From 7605eaf646f41ec2a0c19c8b946e4d7ee50bc040 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 7 Nov 2012 17:27:21 -0500 Subject: [PATCH] Document confirm_preregistrationuser.html per trac #314 (imported from commit d9a19fa18fa4a8933cf4dbb9b286da28aa036956) --- templates/confirmation/confirm_preregistrationuser.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/confirmation/confirm_preregistrationuser.html b/templates/confirmation/confirm_preregistrationuser.html index 9db5d1516d..bf7c754c53 100644 --- a/templates/confirmation/confirm_preregistrationuser.html +++ b/templates/confirmation/confirm_preregistrationuser.html @@ -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 %} +
{% csrf_token %}