Make url/url_code methods safe
This commit is contained in:
parent
5dc29dd907
commit
eb200de278
6 changed files with 52 additions and 53 deletions
|
|
@ -7,11 +7,11 @@
|
|||
<table>
|
||||
<tr>
|
||||
<th width="100px">Domaine</th>
|
||||
<td>{{ object.processus.domaine.url|safe }}</td>
|
||||
<td>{{ object.processus.domaine.url }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Processus</th>
|
||||
<td>{{ object.processus.url|safe }}</td>
|
||||
<td>{{ object.processus.url }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Situation emblématique</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue