Skip to content

Commit 582928d

Browse files
committed
Merge pull request #3912 from blag/patch-1
Remove version string from base template
2 parents df9b3fb + d2ca887 commit 582928d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rest_framework/templates/rest_framework

rest_framework/templates/rest_framework/base.html

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

0 commit comments

Comments
 (0)