diff options
| author | Tom Christie | 2012-10-09 12:01:17 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-09 12:01:17 +0100 |
| commit | 115e61be0900b3d5dd93ff84f20629311aceff9f (patch) | |
| tree | f8a521e65ee4a3671acd3c512cddc1f613c97d82 /rest_framework/templates | |
| parent | dc52ceaaa273f3d3b5248c2ebf655a747fa516db (diff) | |
| download | django-rest-framework-115e61be0900b3d5dd93ff84f20629311aceff9f.tar.bz2 | |
Added quickstart guide
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 f213554b..abf3672f 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -39,7 +39,7 @@ {% if user.is_authenticated %} <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> - Welcome, {{ user }} + Logged in as {{ user }} <b class="caret"></b> </a> <ul class="dropdown-menu"> |
