Add number of references in the same school year for referents

This commit is contained in:
Claude Paroz 2012-11-30 16:49:54 +01:00
parent 26452f9068
commit c4ffd72888
3 changed files with 33 additions and 4 deletions

View file

@ -82,7 +82,7 @@
<form>{% csrf_token %}
<div id="referent_choice"><label for="referent_select">Référent:</label>
<select id="referent_select"><option value="">-------</option>
{% for ref in referents %}<option value="{{ ref.id }}">{{ ref }}</option>{% endfor %}</select>
{% for ref in referents %}<option value="{{ ref.id }}">{{ ref }} ({{ ref.num_refs }})</option>{% endfor %}</select>
</div>
<div id="buttons_div"><input id="valid_training" type="button" value="Valider ce stage"></div>
</form>