Project

General

Profile

« Previous | Next » 

Revision 67f7a6a5

Added by Jérôme Schneider about 13 years ago

dossiers: add school and comment

View differences:

calebasse/dossiers/templates/dossiers/patientrecord_update.html
</ul></li>
<li><label>Date d'inscription :</label> 01/06/2012</li>
<li><label>Lieu de socialisation :</label> École Truc</li>
<li><label>Commentaire :</label><br/><textarea cols="50" rows="5"></textarea> <button>Mettre à jour</button></li>
<li><label>Lieu de socialisation :</label> {{ object.school }}</li>
<li><label>Commentaire :</label><br/>
<textarea cols="50" rows="5">{{ object.comment|default_if_none:"" }}</textarea>
<button>Mettre à jour</button></li>
</ul>
</div>
<div class="right">

Also available in: Unified diff