mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-20 14:21:00 +00:00
11 lines
220 B
HTML
11 lines
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 %}
|