Implemented User Management

This commit is contained in:
2026-04-15 00:25:21 -05:00
parent 4dddf30c4c
commit 9797cbc52e
5 changed files with 208 additions and 6 deletions

View File

@@ -8,14 +8,14 @@
{% block content %}
<main>
{% for group in ldata %}
{% if ldata[group]["lights"] %}
{% for group in ldatas %}
{% if ldatas[group]["lights"] %}
<div class="group">
<h2>{{ ldata[group]["name"] }}</h2>
<h2>{{ ldatas[group]["name"] }}</h2>
<div>
{% for light in ldata[group]["lights"] %}
{% for light in ldatas[group]["lights"] %}
<form method="post" class="light">
{% set ldata = ldata[group]["lights"][light] %}
{% set ldata = ldatas[group]["lights"][light] %}
<h3>{{ ldata["name"] }}</h3>
<div class="view">
<div class="view-symb">