1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-28 11:41:18 +00:00
seahub/templates/registration/registration_complete.html

13 lines
403 B
HTML
Raw Normal View History

{% extends "myhome_base.html" %}
{% block title %}感谢注册{% endblock %}
{% block main_panel %}
<div class="text-panel">
2012-03-13 03:36:56 +00:00
{% if send_mail %}
<p>感谢注册,激活邮件已发往您的邮箱,请查收。如果您在收件箱里没找到,请检查下是否被当成垃圾邮件了。</p>
2012-03-13 03:36:56 +00:00
{% else %}
<p>感谢注册,请等待管理员激活你的帐号。</p>
{% endif %}
</div>
{% endblock %}