This commit is contained in:
Magnus Åhall 2024-05-28 07:37:22 +02:00
parent 8dd4fcd197
commit c82c770246
10 changed files with 52 additions and 16 deletions

View file

@ -64,7 +64,7 @@
<a href="#" onclick="newSection({{ .ID }})">Create</a>
</div>
{{ range .SortedSections }}
<div class="section">
<div class="section configuration">
<div class="name" onclick="renameSection({{ .ID }}, {{ .Name }})">{{ .Name }}</div>
</div>
{{ end }}