Add extension for code consistency

This commit is contained in:
Cyrus Ghazanfar 2018-10-20 00:14:56 -04:00 committed by GitHub
parent 9d001cd84c
commit f3b8047fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
<h3 style="margin: 0 0 20px;">My Site Name</h3>
{% endblock %}