aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel/templates/emitter.html
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-30 11:00:20 +0000
committertom christie tom@tomchristie.com2011-01-30 11:00:20 +0000
commit250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c (patch)
tree915eeda0528dab3159958500c117e9285bc56ef3 /flywheel/templates/emitter.html
parent40f47a9fb31aebd965dce03ae57c036d5360d124 (diff)
downloaddjango-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.html2
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'>