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