ajout de la description du lieu
This commit is contained in:
parent
69ff4e7079
commit
0d0e27912e
@ -48,6 +48,9 @@
|
|||||||
{% if obj.location_contains %}
|
{% if obj.location_contains %}
|
||||||
<li>La localisation contient {% if obj.loc_exact %}exactement {% endif %} « {{ obj.location_contains }} »</li>
|
<li>La localisation contient {% if obj.loc_exact %}exactement {% endif %} « {{ obj.location_contains }} »</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if obj.place %}
|
||||||
|
<li>Le lieu est <a href="{{ obj.place.get_absolute_url }}">{{ obj.place.name }}</a></li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ obj.weight }}</td>
|
<td>{{ obj.weight }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user