dossiers: renaming the date fields' ids in order to distinguish them for JS code.

Fixes #3112
This commit is contained in:
Serghei Mihai 2013-07-18 15:01:18 +02:00
parent deacfdc562
commit 8f9501a373
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ $('.messages').delay(1000*(1+{{ messages|length }})).fadeOut('slow');
<p>
<label for="id_date">Date :</label>
{{ form.date.errors }}
<input id="id_date" class="date" name="date" value="{{ state.created|date:"d/m/Y" }}"/>
<input id="id_date_{{state.id}}" class="date" name="date" value="{{ state.created|date:"d/m/Y" }}"/>
</p>
<p>
<label for="id_comment">Commentaire :</label>