From 6177cab31f81bed085e9ebd71918be3df4454b8d Mon Sep 17 00:00:00 2001 From: neginkou Date: Thu, 7 Mar 2024 21:58:43 -0800 Subject: [PATCH] made base.html template responsive --- rest_framework/templates/rest_framework/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 7f16482b7..957e3f378 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -9,6 +9,7 @@ {% block meta %} + {% endblock %} @@ -22,7 +23,10 @@ - {% if code_style %}{% endif %} + {% if code_style %} + + {% endif %} {% endblock %} {% endblock %}