Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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