changing default values approx dist and time
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user