takahe/templates/api/oauth_error.html

11 wiersze
220 B
HTML

{% extends "base_plain.html" %}
{% block title %}Invalid OAuth Request{% endblock %}
{% block content %}
<h1>Invalid OAuth Request</h1>
<section>
<p>Error: {{ error }}</p>
</section>
{% endblock %}