mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
Modify page
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% extends base_template %}
|
{% extends base_template %}
|
||||||
{% block main_panel %}
|
{% block main_panel %}
|
||||||
<div class="narrow-panel">
|
<div class="narrow-panel">
|
||||||
<h2>创建团体帐号</h2>
|
<h2>创建团体</h2>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<label for="id_org_name">团体名称:</label>
|
<label for="id_org_name">团体名称:</label>
|
||||||
{{ form.org_name}}
|
{{ form.org_name}}
|
||||||
|
@@ -5,9 +5,9 @@
|
|||||||
<h2>登录</h2>
|
<h2>登录</h2>
|
||||||
<form action="" method="post" class="login-form">
|
<form action="" method="post" class="login-form">
|
||||||
<label for="username">邮箱:</label>
|
<label for="username">邮箱:</label>
|
||||||
<input type="text" name="username" value="" autocomplete="off" />
|
<input type="text" id="id_username" name="username" value="" autocomplete="off" />
|
||||||
<label for="password">密码:</label>
|
<label for="password">密码:</label>
|
||||||
<input type="password" name="password" value="" autocomplete="off" />
|
<input type="password" id="id_password" name="password" value="" autocomplete="off" />
|
||||||
<p class="error hide"></p>
|
<p class="error hide"></p>
|
||||||
<input type="submit" value="提交" class="submit" />
|
<input type="submit" value="提交" class="submit" />
|
||||||
<a href="{{ SITE_ROOT }}accounts/password/reset/">忘记密码?</a>
|
<a href="{{ SITE_ROOT }}accounts/password/reset/">忘记密码?</a>
|
||||||
|
Reference in New Issue
Block a user