1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 10:20:42 +00:00
Files
seahub/templates/registration/activation_complete.html

9 lines
204 B
HTML

{% extends "myhome_base.html" %}
{% block title %}Create an account{% endblock %}
{% block main_panel %}
你的帐号已经激活。 <a href="{{ SITE_ROOT }}accounts/login/">登录</a>
{% endblock %}