Ticket #16851: 0001-Added-field.value-explanation.patch

File 0001-Added-field.value-explanation.patch, 827 bytes (added by Yaşar Arabacı, 13 years ago)

Removed extra remarks about null value

  • docs/topics/forms/index.txt

    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:  
    289289
    290290    ``{{ field.label }}``
    291291        The label of the field, e.g. ``Email address``.
     292       
     293    ``{{ field.value }}``
     294        The value of the field. e.g ``someone@example.com``
    292295
    293296    ``{{ field.label_tag }}``
    294297        The field's label wrapped in the appropriate HTML ``<label>`` tag,
Back to Top