Private
Public Access
1
0

changing default values approx dist and time

This commit is contained in:
Sander Roosendaal
2021-03-22 20:48:40 +01:00
parent f807396b0a
commit b63730ba76
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,9 @@
{% if key == 'comment' %}
<td><b>{{ value.0 }}</b></td><td class="wrapwords">{{ value.1|linebreaks|urlshorten:"50" }}</td>
{% else %}
{% if value.1 %}
<td><b>{{ value.0 }}</b></td><td class="wrapwords">{{ value.1 }}</td>
{% endif %}
{% endif %}
</tr>
{% endif %}