]> git.ipfire.org Git - ipfire.org.git/commitdiff
table-devices-and-groups: forgot to close a section -> fixed
authorRico Hoppe <rico.hoppe@ipfire.org>
Tue, 28 Nov 2023 17:21:16 +0000 (17:21 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Tue, 28 Nov 2023 17:21:16 +0000 (17:21 +0000)
src/templates/fireinfo/modules/table-devices-and-groups.html

index b09d2d6965fff456b0b0ef3a346b1db45a6c7cff..5325984bd2a971db598ef43a07e3f49dcf5a9c41 100644 (file)
@@ -5,5 +5,5 @@
 
                        {% module FireinfoDeviceTable(devices, show_group=False) %}
                </div>
-       </div>
+       </section>
 {% end %}