Ticket #13013: 13013_csrf_missing_patch.diff
File 13013_csrf_missing_patch.diff, 493 bytes (added by , 15 years ago) |
---|
-
docs/topics/i18n/internationalization.txt
568 568 .. code-block:: html+django 569 569 570 570 <form action="/i18n/setlang/" method="post"> 571 {% csrf_token %} 571 572 <input name="next" type="hidden" value="/next/page/" /> 572 573 <select name="language"> 573 574 {% for lang in LANGUAGES %}