mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 23:30:59 +00:00
bbe60202e7
Fixes #216
7 lines
196 B
HTML
7 lines
196 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Authorization Code{% endblock %}
|
|
|
|
{% block content %}
|
|
<p>To continue, provide this code to your application: <tt>{{ code }}</tt></p>
|
|
{% endblock %}
|