Small fixes

This commit is contained in:
Timon Ostertun
2020-09-26 23:42:00 +02:00
parent 658bfcc4a8
commit a437d05647
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@
Vielen Dank für Deine Unterstützung!
</p>
<p>
Mehr Informationen findest <a href="https://info.ostertun.net/regatten/beta">hier</a>.
Mehr Informationen findest Du <a href="https://info.ostertun.net/regatten/beta">hier</a>.
</p>
<p>
Mit der Nutzung dieser App erkl&auml;rst Du Dich au&szlig;erdem damit einverstanden, dass wir Cookies einsetzen.

View File

@@ -39,7 +39,7 @@ var siteScript = async function() {
tbody += '<td>' + (await dbGetData('users', planning.user)).username + '</td>';
if (planning.steuermann != null) {
tbody += '<td>' + (await dbGetData('users', planning.user)).username + '</td>';
tbody += '<td>' + (await dbGetData('sailors', planning.steuermann)).name + '</td>';
} else {
tbody += '<td>(noch unklar)</td>';
}