From 7ad5bdb669d5b4621f64bdcfe223d9c42b93d9d5 Mon Sep 17 00:00:00 2001 From: Cyrus Ghazanfar Date: Wed, 19 Dec 2018 09:25:34 -0500 Subject: [PATCH] Adjusted login template override example (#6265) --- docs/topics/browsable-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md index 23ac25bc9..ed70c4901 100644 --- a/docs/topics/browsable-api.md +++ b/docs/topics/browsable-api.md @@ -94,6 +94,8 @@ To add branding and customize the look-and-feel of the login template, create a You can add your site name or branding by including the branding block: + {% extends "rest_framework/login_base.html" %} + {% block branding %}

My Site Name

{% endblock %}