Commit f5328f4c authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed #7841 -- Fixed typo in docs/forms.txt. Thanks, msaelices

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 0894ddb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -808,7 +808,7 @@ Here's an example of how you might use this in a template::
    {% else %}
        <form method="post" action="/foo/">
    {% endif %}
    {% form %}
    {{ form }}
    </form>

Subclassing forms