Relative URLs in the browseable view are not clickable #8460
Answered
by
alessandrosp
alessandrosp
asked this question in
Potential Issue
-
As per the title. URLs that are relative are not clickable in the browseable interface. |
Beta Was this translation helpful? Give feedback.
Answered by
alessandrosp
Apr 12, 2022
Replies: 1 comment 1 reply
-
There's an easy fix. Just add a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tomchristie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's an easy fix. Just add a
or value.startswith('/')
here:django-rest-framework/rest_framework/templatetags/rest_framework.py
Line 221 in 71e6c30