Skip to content

Commit aeda2ad

Browse files
committed
Merge pull request #3913 from blag/patch-2
Remove version string from admin template
2 parents 582928d + 89d575a commit aeda2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/templates/rest_framework/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<span>
3737
{% block branding %}
3838
<a class='navbar-brand' rel="nofollow" href='http://www.django-rest-framework.org'>
39-
Django REST framework <span class="version">{{ version }}</span>
39+
Django REST framework
4040
</a>
4141
{% endblock %}
4242
</span>

0 commit comments

Comments
 (0)