{% extends 'base.html' %} {% block title %}{{ _('OAuth required') }}{% endblock %} {% block content %}

{{ _('OAuth required') }}

{# TODO(davedash): Get better copy, and link to the oauth consumer reg page. No need to trans until then. #}

Dear courageous user.

You have stumbled upon our mighty API. It, however, requires that you use OAuth to authenticate yourself.

{% endblock %}