fixed url == None

This commit is contained in:
Cayo Puigdefabregas 2022-05-11 18:14:33 +02:00
parent cbf8d68461
commit bdc04c643c
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@
{% for doc in lot.trade.documents %} {% for doc in lot.trade.documents %}
<tr> <tr>
<td> <td>
{% if doc.url.to_text() %} {% if doc.url %}
<a href="{{ doc.url.to_text() }}" target="_blank">{{ doc.file_name}}</a> <a href="{{ doc.url.to_text() }}" target="_blank">{{ doc.file_name}}</a>
{% else %} {% else %}
{{ doc.file_name}} {{ doc.file_name}}