From c08e5bbc5a17d075fab0a264c2d03c8bc5aba577 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 19 Feb 2020 14:36:20 -0800 Subject: [PATCH] Use 'site_url' instead of hardcoding DRF homepage --- docs_theme/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_theme/404.html b/docs_theme/404.html index a89c0a418..d6f68e6a9 100644 --- a/docs_theme/404.html +++ b/docs_theme/404.html @@ -4,6 +4,6 @@

404

Page not found

-

Try the homepage, or search the documentation.

+

Try the homepage, or search the documentation.

{% endblock %}