Improve mobile UI/UX.

This commit is contained in:
2025-07-13 10:52:20 +02:00
parent 2d18849267
commit 7140aeba41
21 changed files with 3604 additions and 47 deletions

View File

@@ -240,8 +240,8 @@
</td>
<td class="date-cell">
{% if project.start_date %}
{{ project.start_date.strftime('%Y-%m-%d') }}
{% if project.end_date %}<br>to {{ project.end_date.strftime('%Y-%m-%d') }}{% endif %}
{{ project.start_date|format_date }}
{% if project.end_date %}<br>to {{ project.end_date|format_date }}{% endif %}
{% else %}
-
{% endif %}