Skip to content

Commit

Permalink
Remove version string from admin template
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Feb 9, 2016
1 parent 582928d commit 89d575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/templates/rest_framework/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<span>
{% block branding %}
<a class='navbar-brand' rel="nofollow" href='http://www.django-rest-framework.org'>
Django REST framework <span class="version">{{ version }}</span>
Django REST framework
</a>
{% endblock %}
</span>
Expand Down

0 comments on commit 89d575a

Please sign in to comment.