From b61806e3b3ebb0a9b072916df231d7e7bf920134 Mon Sep 17 00:00:00 2001 From: HoangYell Date: Mon, 3 Dec 2018 19:10:05 +0700 Subject: [PATCH] add "js-tooltip" class to "POST" button (#6344) the tool tip of "POST" button is different from other buttons, since it loses the "js-tooltip" class. --- rest_framework/templates/rest_framework/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 5b489ee1a..26395e1fd 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -201,7 +201,7 @@ {% csrf_token %} {{ post_form }}
- +
@@ -215,7 +215,7 @@
{% include "rest_framework/raw_data_form.html" %}
- +