{% extends "layout.html" %} {% block title %} 确认账户 - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block content %}

注册成功

你将很快收到一封包含确认链接的邮件,请点击链接完成注册。 如需帮助,请联系 {{ "{} <{}>".format(cfg("sr.ht", "owner-name"), cfg("sr.ht", "owner-email")) }}

{% endblock %}