From e5d88a80a97e6575c8b2a2ac40cffca6abdf1227 Mon Sep 17 00:00:00 2001 From: Cezar Pendarovski Date: Wed, 27 Aug 2014 09:41:33 +0200 Subject: [PATCH] Put all TextNodes (method names) back to same line with parent element --- .../templates/rest_framework/base.html | 32 +++++-------------- 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index a19101e39..980cee0c5 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -83,9 +83,7 @@
- GET - + rel="nofollow" title="Make a GET request on the {{ name }} resource">GET + title="Make an OPTIONS request on the {{ name }} resource">OPTIONS {% endif %} @@ -124,9 +120,7 @@ {% csrf_token %} + title="Make a DELETE request on the {{ name }} resource">DELETE {% endif %} @@ -172,9 +166,7 @@ {{ post_form }}
+ title="Make a POST request on the {{ name }} resource">POST
@@ -188,9 +180,7 @@ {% include "rest_framework/raw_data_form.html" %}
+ title="Make a POST request on the {{ name }} resource">POST
@@ -222,9 +212,7 @@
+ value="PUT" title="Make a PUT request on the {{ name }} resource">PUT
@@ -239,16 +227,12 @@ {% if raw_data_put_form %} + value="PUT" title="Make a PUT request on the {{ name }} resource">PUT {% endif %} {% if raw_data_patch_form %} + value="PATCH" title="Make a PATCH request on the {{ name }} resource">PATCH {% endif %}