{% for field in form %}
{% if not field.read_only %}
{% render_field field style=style %}
{% endif %}
{% endfor %}
+
\ No newline at end of file
diff --git a/rest_framework/templates/rest_framework/inline/input.html b/rest_framework/templates/rest_framework/inline/input.html
index bdbcff160..b87d49d28 100644
--- a/rest_framework/templates/rest_framework/inline/input.html
+++ b/rest_framework/templates/rest_framework/inline/input.html
@@ -1,9 +1,9 @@
-
diff --git a/rest_framework/templates/rest_framework/inline/list_fieldset.html b/rest_framework/templates/rest_framework/inline/list_fieldset.html
index 2ae56d7cd..4a4d3aa38 100644
--- a/rest_framework/templates/rest_framework/inline/list_fieldset.html
+++ b/rest_framework/templates/rest_framework/inline/list_fieldset.html
@@ -1 +1,3 @@
-Lists are not currently supported in HTML input.
+
+Lists are not currently supported in HTML input.
+
\ No newline at end of file
diff --git a/rest_framework/templates/rest_framework/inline/radio.html b/rest_framework/templates/rest_framework/inline/radio.html
index d1ea5fd0e..8530f8b56 100644
--- a/rest_framework/templates/rest_framework/inline/radio.html
+++ b/rest_framework/templates/rest_framework/inline/radio.html
@@ -2,7 +2,7 @@
{% load rest_framework %}
{% trans "None" as none_choice %}
-