We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 503687d + f15026b commit 2d27d9aCopy full SHA for 2d27d9a
rest_framework/templates/rest_framework/base.html
@@ -12,7 +12,7 @@
12
<meta name="robots" content="NONE,NOARCHIVE" />
13
{% endblock %}
14
15
- <title>{% block title %}Django REST framework{% endblock %}</title>
+ <title>{% block title %}{% if name %}{{ name }} – {% endif %}Django REST framework{% endblock %}</title>
16
17
{% block style %}
18
{% block bootstrap_theme %}
0 commit comments