~cytrogen/srht-deploy

srht-deploy/meta-custom/base-templates/suspended.html -rw-r--r-- 244 bytes
6b7b1351 — Cytrogen 修复 README 里的 Markdown 格式错误 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
{% extends "layout.html" %}
{% block content %}
<h2>你的账户已被停用</h2>
<p>原因如下:</p>
<blockquote>{{ notice }}</blockquote>
<p><a href="mailto:{{cfg('sr.ht', 'owner-email')}}">联系管理员</a></p>
{% endblock %}