From f15026be1071845aba46a31da47a7dd3a4ba3fdb Mon Sep 17 00:00:00 2001 From: Michael Lissner Date: Tue, 22 Dec 2015 10:31:18 -0800 Subject: [PATCH] Fixes #3756, adding the name to the HTML title, if it exists. --- rest_framework/templates/rest_framework/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index b97e36aa3b..5eb2c97297 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -12,7 +12,7 @@ {% endblock %} - {% block title %}Django REST framework{% endblock %} + {% block title %}{% if name %}{{ name }} – {% endif %}Django REST framework{% endblock %} {% block style %} {% block bootstrap_theme %} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy