1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00
Files
seahub/templates/registration/registration_closed.html

9 lines
167 B
HTML
Raw Normal View History

{% extends "myhome_base.html" %}
{% block title %}Create an account{% endblock %}
{% block main_panel %}
<p class="w350 center">注册关闭。</p>
{% endblock %}