From 5cf696b36113489fb042341101c7e8812a261068 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ya=C5=9Far=20Arabac=C4=B1?= <yasar11732@gmail.com>
Date: Fri, 30 Sep 2011 02:30:26 +0300
Subject: [PATCH] Added field.value explanation.
---
docs/topics/forms/index.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 5b6f87f..98d5593 100644
a
|
b
|
templates:
|
289 | 289 | |
290 | 290 | ``{{ field.label }}`` |
291 | 291 | The label of the field, e.g. ``Email address``. |
| 292 | |
| 293 | ``{{ field.value }}`` |
| 294 | The value of the field. e.g ``someone@example.com`` |
292 | 295 | |
293 | 296 | ``{{ field.label_tag }}`` |
294 | 297 | The field's label wrapped in the appropriate HTML ``<label>`` tag, |