File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rest_framework/templates/rest_framework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ <h1>{{ name }}</h1>
201
201
{% csrf_token %}
202
202
{{ post_form }}
203
203
< div class ="form-actions ">
204
- < button class ="btn btn-primary " title ="Make a POST request on the {{ name }} resource "> POST</ button >
204
+ < button class ="btn btn-primary js-tooltip " title ="Make a POST request on the {{ name }} resource "> POST</ button >
205
205
</ div >
206
206
</ fieldset >
207
207
</ form >
@@ -215,7 +215,7 @@ <h1>{{ name }}</h1>
215
215
< fieldset >
216
216
{% include "rest_framework/raw_data_form.html" %}
217
217
< div class ="form-actions ">
218
- < button class ="btn btn-primary " title ="Make a POST request on the {{ name }} resource "> POST</ button >
218
+ < button class ="btn btn-primary js-tooltip " title ="Make a POST request on the {{ name }} resource "> POST</ button >
219
219
</ div >
220
220
</ fieldset >
221
221
</ form >
You can’t perform that action at this time.
0 commit comments