summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod
diff options
context:
space:
mode:
authorSimon Rettberg2022-11-03 15:01:35 +0100
committerSimon Rettberg2022-11-03 15:01:35 +0100
commit819de82c28e2567ec4f8bca37836a55a88c81bd5 (patch)
tree4c6f9eadde71adc1ae9a93bad0df4a1e2ed82d04 /modules-available/dozmod
parent[statistics] Fake one HDD if machine has old-style sysinfo data (diff)
downloadslx-admin-819de82c28e2567ec4f8bca37836a55a88c81bd5.tar.gz
slx-admin-819de82c28e2567ec4f8bca37836a55a88c81bd5.tar.xz
slx-admin-819de82c28e2567ec4f8bca37836a55a88c81bd5.zip
[dozmod] Fix typo in html
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r--modules-available/dozmod/templates/runtimeconfig.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html
index 0033d60a..db895f6d 100644
--- a/modules-available/dozmod/templates/runtimeconfig.html
+++ b/modules-available/dozmod/templates/runtimeconfig.html
@@ -19,7 +19,7 @@
<div class="checkbox">
<input type="checkbox" name="defaultLecturePermissions[admin]" value="1" {{defaultLecturePermissions.admin}} id ="lecture_admin" class="form-control">
- <label for"lecture_admin">
+ <label for="lecture_admin">
{{lang_lecturePermissionAdmin}}
</label>
</div>