1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-19 18:00:03 +00:00
Files
seahub/templates/registration/registration_closed.html
llj 207f236437 modified registration pages, contact-add/edit, user-add
* modifed ui of all pages above
* add input field check before submit for forms
2012-05-22 16:21:16 +08:00

11 lines
186 B
HTML

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