Rename old python folder.

This commit is contained in:
2023-05-15 13:36:16 -04:00
parent b45d4fa8dc
commit 0f2f3094e0
25 changed files with 95 additions and 15 deletions
@@ -0,0 +1,14 @@
<td class="activity-{{hour.activity.code}}">
<input
id="update-hour-{{hour.hour_id}}"
class="update-entry-form"
type="text"
value="{{hour.activity.code}}"
hx-trigger="change"
hx-post="/update-entry"
>
</input>
</td>
<script language="javascript">
document.querySelector("#update-hour-{{hour.hour_id}}").focus()
</script>