diff options
| author | Tom Christie | 2012-10-29 14:41:33 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-10-29 14:41:33 +0000 | 
| commit | ee8ab283f091b73e284c74a11882f910a04eb2de (patch) | |
| tree | 407b2d4de92edab7c9fc874111f9163e8c3c54cb /rest_framework/templates | |
| parent | 49f87cfbabe036215cb97d2633d969e27c3915ce (diff) | |
| download | django-rest-framework-ee8ab283f091b73e284c74a11882f910a04eb2de.tar.bz2 | |
Style tweaks
Diffstat (limited to 'rest_framework/templates')
| -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 5ac6ef67..e0f79481 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -109,7 +109,7 @@          <div class="content-main">              <div class="page-header"><h1>{{ name }}</h1></div> -            <p class="resource-description">{{ description }}</p> +            {{ description }}              <div class="request-info">                  <pre class="prettyprint"><b>{{ request.method }}</b> {{ request.get_full_path }}</pre>  | 
