This commit is contained in:
Dominic Grimm 2023-03-05 15:55:49 +01:00
parent 8a4060a9c0
commit 1094b61323
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
<tr>
<td>
<%- if student.user.password -%>
<code><%= student.user.password %></code>
<code><%= HTML.escape(student.user.password.not_nil!) %></code>
<%- else -%>
<i>Password geändert</i>
<%- end -%>
@ -196,7 +196,7 @@
<tr>
<td>
<%- if teacher.password -%>
<code><%= teacher.password %></code>
<code><%= HTML.escape(teacher.password.not_nil!) %></code>
<%- else -%>
<i>Password geändert</i>
<%- end -%>