mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-30 08:53:49 +00:00
9 lines
417 B
HTML
9 lines
417 B
HTML
<form id="repo-share-form" action="{{ post_url }}" method="post" name="repo-share-form" class="hide">
|
|
<label>邮箱或小组:</label><br />
|
|
<textarea id="email_or_group" name="email_or_group"></textarea>
|
|
<input id="repo_id" type="hidden" name="repo_id" value="" />
|
|
<p class="tip">{{ tips }}</p>
|
|
<p class="error hide"></p>
|
|
<input type="submit" value="提交" id="share-submit-btn" />
|
|
</form>
|