1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 22:47:59 +00:00
seahub/templates/registration/activate.html

10 lines
196 B
HTML

{% extends "myhome_base.html" %}
{% block title %}激活码错误{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p class="error">激活码错误。</p>
</div>
{% endblock %}