Commit 9437d9b8 by José Padilla

Fix base_template name in example

parent aaa1fcd5
...@@ -826,7 +826,7 @@ The `style` keyword argument can be used to pass through additional information ...@@ -826,7 +826,7 @@ The `style` keyword argument can be used to pass through additional information
For example, to use a `textarea` control instead of the default `input` control, you would use the following… For example, to use a `textarea` control instead of the default `input` control, you would use the following…
additional_notes = serializers.CharField( additional_notes = serializers.CharField(
style={'base_template': 'text_area.html'} style={'base_template': 'textarea.html'}
) )
Similarly, to use a radio button control instead of the default `select` control, you would use the following… Similarly, to use a radio button control instead of the default `select` control, you would use the following…
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment