mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 11:30:12 +03:00
Update html-and-forms.md
corrected a grammar mistake from "serializers can used as HTML forms and rendered in templates" to "serializers can be used as HTML forms and rendered in templates"
This commit is contained in:
parent
38b3d0109b
commit
7720cca746
|
@ -1,6 +1,6 @@
|
|||
# HTML & Forms
|
||||
|
||||
REST framework is suitable for returning both API style responses, and regular HTML pages. Additionally, serializers can used as HTML forms and rendered in templates.
|
||||
REST framework is suitable for returning both API style responses, and regular HTML pages. Additionally, serializers can be used as HTML forms and rendered in templates.
|
||||
|
||||
## Rendering HTML
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user