From bef1e26182cec28aaf36c63782dff0debaa9846b Mon Sep 17 00:00:00 2001 From: Steve Lacey Date: Thu, 30 Mar 2023 18:01:42 +0800 Subject: [PATCH] Path segment links in browsable api --- worf/templates/worf/base.html | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/worf/templates/worf/base.html b/worf/templates/worf/base.html index 7f3aac1..8c8250c 100644 --- a/worf/templates/worf/base.html +++ b/worf/templates/worf/base.html @@ -63,7 +63,8 @@
{% block content %}
@@ -153,6 +154,37 @@ {% endif %}
+ {% endblock %}