diff options
| author | markotibold | 2011-06-25 17:31:04 +0200 | 
|---|---|---|
| committer | markotibold | 2011-06-25 17:31:04 +0200 | 
| commit | 209ee829031ff69ddfe275ee0e41c173f5dec2f4 (patch) | |
| tree | fc347393d7567217cef459fbf863c2ad6962d414 /djangorestframework/templates | |
| parent | bae21b14c93e458014107a007e894e93a181bd0e (diff) | |
| parent | d3024ff18150e41190da76592d948b724727ca74 (diff) | |
| download | django-rest-framework-209ee829031ff69ddfe275ee0e41c173f5dec2f4.tar.bz2 | |
Merge with 4b1ee62051cce8fa9b83ac740d7262ad4a55494b
Diffstat (limited to 'djangorestframework/templates')
| -rw-r--r-- | djangorestframework/templates/renderer.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/templates/renderer.html b/djangorestframework/templates/renderer.html index 94748d28..97d3837a 100644 --- a/djangorestframework/templates/renderer.html +++ b/djangorestframework/templates/renderer.html @@ -18,7 +18,7 @@  	<div id="header">  		<div id="branding"> -		  <h1 id="site-name"><a href='http://django-rest-framework.org'>Django REST framework</a></h1> +		  <h1 id="site-name"><a href='http://django-rest-framework.org'>Django REST framework</a> <small>{{ version }}</small></h1>  		</div>  		<div id="user-tools">  		  {% if user.is_active %}Welcome, {{ user }}.{% if logout_url %} <a href='{{ logout_url }}'>Log out</a>{% endif %}{% else %}Anonymous {% if login_url %}<a href='{{ login_url }}'>Log in</a>{% endif %}{% endif %}  | 
