From 3833a5bb8a9174e5fb09dac59a964eff24b6065e Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 14 Jan 2015 16:51:26 +0000 Subject: Include pagination control in browsable API --- rest_framework/templates/rest_framework/base.html | 9 ++++++++ .../rest_framework/pagination/numbers.html | 27 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 rest_framework/templates/rest_framework/pagination/numbers.html (limited to 'rest_framework/templates') diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index e9668193..e0030981 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -119,9 +119,18 @@
{{ request.method }} {{ request.get_full_path }}