1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 06:27:28 +00:00
seahub/templates/registration/activation_complete.html

11 lines
246 B
HTML

{% extends "myhome_base.html" %}
{% block title %}帐号已激活{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>你的帐号已经激活。 <a href="{{ SITE_ROOT }}accounts/login/">登录</a></p>
</div >
{% endblock %}