Ticket #7841: newforms_docs_typo.diff
| File newforms_docs_typo.diff, 340 bytes (added by msaelices, 4 months ago) |
|---|
-
docs/newforms.txt
old new 847 847 {% else %} 848 848 <form method="post" action="/foo/"> 849 849 {% endif %} 850 {% form %}850 {{ form }} 851 851 </form> 852 852 853 853 Subclassing forms
