diff options
| author | Tom Christie | 2014-01-06 15:01:45 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-01-06 15:01:45 +0000 |
| commit | e3ae33017d86bed7fdbf6c76e0129f9361cab04d (patch) | |
| tree | d86861459db63e34bf27a776f8cc77689ceb1c3a /rest_framework | |
| parent | 442916b9649baaf305ff094fe05f026ad04c7818 (diff) | |
| download | django-rest-framework-e3ae33017d86bed7fdbf6c76e0129f9361cab04d.tar.bz2 | |
Added "nofollow" against docs link.
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 495163b6..ba45b9bc 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -33,7 +33,7 @@ <div class="navbar-inner"> <div class="container-fluid"> <span href="/"> - {% block branding %}<a class='brand' href='http://django-rest-framework.org'>Django REST framework <span class="version">{{ version }}</span></a>{% endblock %} + {% block branding %}<a class='brand' rel="nofollow" href='http://django-rest-framework.org'>Django REST framework <span class="version">{{ version }}</span></a>{% endblock %} </span> <ul class="nav pull-right"> {% block userlinks %} |
