removed AircraftID, Added NExtcloud permission
This commit is contained in:
@@ -54,7 +54,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const PenaltyNoticeTemplate = ({ user, staffName }: { user: User; staffName: string }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -158,7 +158,7 @@ const PenaltyNoticeTemplate = ({ user, staffName }: { user: User; staffName: str
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderBannNotice({ user, staffName }: { user: User; staffName: string }) {
|
||||
|
||||
@@ -65,7 +65,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const Template = ({ user, code }: { user: User; code: string }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -191,7 +191,7 @@ const Template = ({ user, code }: { user: User; code: string }) => (
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderVerificationCode({ user, code }: { user: User; code: string }) {
|
||||
|
||||
@@ -66,7 +66,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const Template = ({ event, user }: { user: User; event: Event }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -142,7 +142,7 @@ const Template = ({ event, user }: { user: User; event: Event }) => (
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderCourseCompleted({ user, event }: { user: User; event: Event }) {
|
||||
|
||||
@@ -65,7 +65,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const Template = ({ user, password }: { user: User; password: string }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -148,7 +148,7 @@ const Template = ({ user, password }: { user: User; password: string }) => (
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderPasswordChanged({ user, password }: { user: User; password: string }) {
|
||||
|
||||
@@ -54,7 +54,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const TimeBanTemplate = ({ user, staffName }: { user: User; staffName: string }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -160,7 +160,7 @@ const TimeBanTemplate = ({ user, staffName }: { user: User; staffName: string })
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderTimeBanNotice({ user, staffName }: { user: User; staffName: string }) {
|
||||
|
||||
Reference in New Issue
Block a user