Ticket #8764: 0002-Indentation-fix-in-docs.patch

File 0002-Indentation-fix-in-docs.patch, 746 bytes (added by peterbraden, 16 years ago)

Sorry - previous patch had incorrect indentation - this should fix

  • docs/ref/templates/builtins.txt

    From 29030851b86b26d5dfde1055c66aa428a5b349ed Mon Sep 17 00:00:00 2001
    From: Peter Braden <peterbraden@peter-bradens-macbook.local>
    Date: Mon, 2 Feb 2009 11:13:12 +0000
    Subject: [PATCH] Indentation fix in docs
    
    ---
     docs/ref/templates/builtins.txt |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
    index e0298a9..f85fe0e 100644
    a b Either:  
    714714
    715715Or:
    716716
    717 {% url path.to.some_view name1=value1,name2=value2 %}
     717    {% url path.to.some_view name1=value1,name2=value2 %}
    718718
    719719(args and kwargs should not be mixed in the url tag as this can lead to ambiguities)
    720720
Back to Top