summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-27 03:03:51 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-27 03:03:51 +0100
commit2ad4d7f66ee7d4159733e809759bc828674027d1 (patch)
tree4d50ee8b814c84069bab176d043ddd4a888451bb /archaeological_files_pdl/templates
parentefa8eed7fa549aee3bd127fc605bb49e9fa509ec (diff)
downloadIshtar-2ad4d7f66ee7d4159733e809759bc828674027d1.tar.bz2
Ishtar-2ad4d7f66ee7d4159733e809759bc828674027d1.zip
Archaeological files forms: automatically manage instruction date
Diffstat (limited to 'archaeological_files_pdl/templates')
-rw-r--r--archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html
index 4162a3764..120b6f9ab 100644
--- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html
+++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html
@@ -42,6 +42,9 @@
<tr class='required'>
<th><label for="id_instruction-{{CURRENT_ACTION}}-instruction_deadline">Date limite d'instruction</label></th>
</tr>
+{% if saisine_type %}<tr>
+ <th><em>{{ saisine_type }}{% if saisine_type_delay %} : délai de {{saisine_type_delay}} jours{% endif %}</em></th>
+</tr>{% endif %}
<tr class='required'>
<td>{{wizard.form.instruction_deadline.errors}}{{wizard.form.instruction_deadline|safe}}</td>
</tr>