~cytrogen/srht-deploy

srht-deploy/meta-custom/base-templates/oauth-error.html -rw-r--r-- 145 bytes
6b7b1351 — Cytrogen 修复 README 里的 Markdown 格式错误 9 days ago
                                                                                
1
2
3
4
5
6
7
{% extends "layout.html" %}
{% block content %}
<div class="container">
  <h2>Error logging in</h2>
  <p>{{ details }}</p>
</div>
{% endblock %}