diff --git a/templates/rest_framework/api.html b/templates/rest_framework/api.html new file mode 100644 index 0000000000..408234f2dc --- /dev/null +++ b/templates/rest_framework/api.html @@ -0,0 +1,2 @@ +{% extends "rest_framework/base.html" %} +{% block branding %}
{% endblock %} \ No newline at end of file