added theme editor

This commit is contained in:
2026-02-19 13:39:19 +01:00
parent 4340a58450
commit a027cf8c1c
3 changed files with 89 additions and 0 deletions
+7
View File
@@ -71,6 +71,7 @@
<tr>
<th>Name</th>
<th>Datei</th>
<th>Aktionen</th>
</tr>
</thead>
<tbody>
@@ -78,6 +79,12 @@
<tr>
<td>{{ sb.name }}</td>
<td><code>{{ sb.filename }}</code></td>
<td>
<a href="{{ url_for('admin.admin_edit_theme', filename=sb.filename) }}"
class="btn btn-sm btn-primary">
<i class="bi bi-pencil"></i> Bearbeiten
</a>
</td>
</tr>
{% endfor %}
</tbody>