Add link from training to corporation contact

This commit is contained in:
Claude Paroz 2013-04-05 16:18:18 +02:00
parent 4c12886e73
commit 80cb4ebc30
7 changed files with 173 additions and 9 deletions

View file

@ -85,6 +85,9 @@
<select id="referent_select"><option value="">-------</option>
{% for ref in referents %}<option value="{{ ref.id }}">{{ ref }} ({{ ref.num_refs }})</option>{% endfor %}</select>
</div>
<div id="contact_choice"><label for="contact_select">Contact institution:</label>
<select id="contact_select"><option value="">-------</option></select>
</div>
<div id="buttons_div"><input id="valid_training" type="button" value="Valider ce stage"></div>
</form>
</div>