diff -r 2e0b0af889be -r a04b1e4126c4 thirdparty/google_appengine/lib/django/django/contrib/formtools/templates/formtools/preview.html --- a/thirdparty/google_appengine/lib/django/django/contrib/formtools/templates/formtools/preview.html Sun Sep 06 23:31:53 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -

Preview your submission

- - -{% for field in form %} - - - - -{% endfor %} -
{{ field.label }}:{{ field.data|escape }}
- -

Security hash: {{ hash_value }}

- -
-{% for field in form %}{{ field.as_hidden }} -{% endfor %} - - -

-
- -

Or edit it again

- -
- -{{ form }} -
- -

-
- -{% endblock %}