We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1997559 commit cf895c7Copy full SHA for cf895c7
web/templates/main.html
@@ -34,7 +34,7 @@
34
<img alt="{{ type }}" data-bs-toggle="tooltip" data-bs-placement="top" title="{{ type }} charts" class="img-fluid d-inline-block" style="max-width: 30px; filter: invert(0);" src="{% static 'images/types/'|add:type|add:'.png' %}">
35
{% endfor %}
36
</td>
37
- <td class="small">{{ pack.date_scanned|date:"Y-m-d" }}</td>
+ <td class="small">{% if pack.date_created %}{{ pack.date_created|date:"Y-m-d"}} {% else %}{{ pack.date_scanned|date:"Y-m-d" }}{% endif %}</td>
38
<td class="text-center"><a href="http://mirror.reenigne.net/simfiles/{{ pack.name }}.zip"><strong class="bi bi-download"></strong></a></td>
39
<td data-sort="{{ pack.style }}"></td>
40
</tr>
0 commit comments