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

11 lines
186 B
HTML
Raw Normal View History

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