From d9634d0391aac70dac1b06d040bcff1fb87690aa Mon Sep 17 00:00:00 2001 From: jain-naman-sf Date: Thu, 12 Oct 2023 10:22:35 +0530 Subject: [PATCH] Bug Fixed --- templates/rest_framework/api.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/rest_framework/api.html 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