Commit d2ca8872 by blag

Remove version string from base template

parent df9b3fbd
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<span> <span>
{% block branding %} {% block branding %}
<a class='navbar-brand' rel="nofollow" href='http://www.django-rest-framework.org'> <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> </a>
{% endblock %} {% endblock %}
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment