From f3b8047fed65047f6278381888e714b595a284c4 Mon Sep 17 00:00:00 2001 From: Cyrus Ghazanfar Date: Sat, 20 Oct 2018 00:14:56 -0400 Subject: [PATCH] Add extension for code consistency --- 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 %}