subcategories and editing for tasks

This commit is contained in:
2026-02-10 19:31:57 +01:00
parent b2f26b66bb
commit 6902ff3373
7 changed files with 389 additions and 81 deletions

View File

@@ -15,7 +15,7 @@
<form action="{{ url_for('toggle_timer', activity_id=task.activity_id) }}" method="POST" style="margin-top: 10px;">
<input type="hidden" name="note" value="{{ task.name }}">
<button type="submit" class="btn" style="background: #27ae60;">
Start Timer for this Task
Start Timer
</button>
</form>
{% else %}