diff options
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'> |
