diff --git a/api/templates/api/docs.html b/api/templates/api/docs.html index 103c87cb..2ec9b22c 100644 --- a/api/templates/api/docs.html +++ b/api/templates/api/docs.html @@ -22,11 +22,6 @@
{{ field.name }}
({{ field.get_type_display }}): {{ field.title }} {{ field.name }}
({{ field.get_type_display }})
+
+ {% if field.show %}
+ {% if field.show_on_frontend %}{% endif %}
+ {% if not field.show_on_frontend %}{% endif %}
+ {% else %}
+ {% if not field.show_on_frontend %}{% endif %}
+ {% endif %}
+
+ {% if field.frontend_filter %}{% endif %}
+
+ {% if field.searchable %}{% endif %}
+
+ {% if field.has_choices %}{% endif %}
+
+ : {{ field.title }}