1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 22:01:06 +00:00

modified recommend

This commit is contained in:
llj
2012-08-15 14:16:15 +08:00
parent 33a2c1491c
commit ab2915c13f
5 changed files with 41 additions and 71 deletions

View File

@@ -2,15 +2,14 @@
<form action="{% url 'group_recommend' %}" method="post" id="recommend-form" class="hide">{% csrf_token %}
<h3>推荐
{% for name, link in zipped %}
{% if not forloop.last %}
{{ name }} /
{% else %}
{% if forloop.last %}
{{ name }}
{% endif %}
{% endfor %} 到小组
{% endfor %}
到小组
</h3>
<label>小组名称:</label><br />
<input type="input" name="groups" id="groups" value="" /><br />
<input type="input" name="groups" id="recommend-groups" value="" /><br />
<label>推荐语:</label><br />
<textarea name="message" id="recommend-msg"></textarea><br />
<input type="hidden" name="repo_id" value="{{ repo.id }}" />