diff options
| author | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
| commit | 250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c (patch) | |
| tree | 915eeda0528dab3159958500c117e9285bc56ef3 /flywheel/templates/emitter.html | |
| parent | 40f47a9fb31aebd965dce03ae57c036d5360d124 (diff) | |
| download | django-rest-framework-250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c.tar.bz2 | |
Lots of docs, trying to tidy up examples...
Diffstat (limited to 'flywheel/templates/emitter.html')
| -rw-r--r-- | flywheel/templates/emitter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flywheel/templates/emitter.html b/flywheel/templates/emitter.html index 4b0a7ce9..d21350cd 100644 --- a/flywheel/templates/emitter.html +++ b/flywheel/templates/emitter.html @@ -23,7 +23,7 @@ </head> <body> <div class='header'> - <span class='api'><a href='http://www.thewebhaswon.com/flywheel/'>FlyWheel API</a></span> + <span class='api'><a href='http://django-rest-framework.org'>Django REST framework</a></span> <span class='auth'>{% if user.is_active %}Welcome, {{ user }}.{% if logout_url %} <a href='{{ logout_url }}'>Log out</a>{% endif %}{% else %}Not logged in {% if login_url %}<a href='{{ login_url }}'>Log in</a>{% endif %}{% endif %}</span> </div> <div class='content'> |
