summaryrefslogtreecommitdiff
path: root/docs/topics/signing.txt
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-10-14 00:12:01 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-10-14 00:12:01 +0000
commitd1e5c55258d624058a93c8cacdb1f25ae7857554 (patch)
treedca859edc2229f68b7511687aa8b333378786633 /docs/topics/signing.txt
parent5109ac370928a5924887424b6d6c803038fcb691 (diff)
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/signing.txt')
-rw-r--r--docs/topics/signing.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/topics/signing.txt b/docs/topics/signing.txt
index 9e3cb7a4c1..f2ffd8a20c 100644
--- a/docs/topics/signing.txt
+++ b/docs/topics/signing.txt
@@ -18,14 +18,14 @@ signing in Web applications.
You may also find signing useful for the following:
- * Generating "recover my account" URLs for sending to users who have
- lost their password.
+* Generating "recover my account" URLs for sending to users who have
+ lost their password.
- * Ensuring data stored in hidden form fields has not been tampered with.
+* Ensuring data stored in hidden form fields has not been tampered with.
- * Generating one-time secret URLs for allowing temporary access to a
- protected resource, for example a downloadable file that a user has
- paid for.
+* Generating one-time secret URLs for allowing temporary access to a
+ protected resource, for example a downloadable file that a user has
+ paid for.
Protecting the SECRET_KEY
=========================