Update rest_framework/templates/rest_framework/base.html

This commit is contained in:
Tom Christie 2021-12-10 16:03:11 +00:00 committed by GitHub
parent a1e9721683
commit 8a7ff84fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,6 @@
<div class="btn-group">
<button class="btn btn-primary" data-bs-toggle="tooltip" href="{{ request.get_full_path }}" rel="nofollow" title="Make a GET request on the {{ name }} resource">GET</button>
<button class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown">
<span class="sr-only" data-bs-toggle="tooltip" title="Specify a format for the GET request">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
{% for format in available_formats %}