removed christmas design

This commit is contained in:
Keanu D?lle 2022-01-14 19:38:51 +01:00
parent 9809533e9e
commit 4b9ea4a15f
2 changed files with 3 additions and 5 deletions

View File

@ -4,9 +4,9 @@
<div class="col-lg-9" style="align-self: center;">
<h1>Willkommen bei einsatz.online!</h1>
</div>
<div class="col-lg-3">
<!--<div class="col-lg-3">
<img src="/img/Santa-Sleigh-PNG.png" style="float: right; width: inherit;">
</div>
</div>-->
</div>
</div>
<div class="login row">

View File

@ -10,9 +10,7 @@ pub fn get_context(alert: Option<Alert>) -> WelcomeModule {
path: "/css/errms.css".to_string(),
}],
};
let footer = Footer { scripts: vec![Script{
path: "/js/lib/snowstorm-min.js".to_string()
}] };
let footer = Footer { scripts: vec![] };
WelcomeModule {
header,