tempsrc hinzugefügt, um neue Sources auf bestehende Volumes zu fixen.
All checks were successful
release-tag / release-image (push) Successful in 2m13s
All checks were successful
release-tag / release-image (push) Successful in 2m13s
This commit is contained in:
2
main.go
2
main.go
@@ -412,7 +412,6 @@ const htmlTemplate = `
|
||||
<meta charset="UTF-8">
|
||||
<title>Abgabe-Berechnung</title>
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="/static/js/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5">
|
||||
@@ -637,6 +636,7 @@ const htmlTemplate = `
|
||||
</form>
|
||||
{{end}}
|
||||
</div>
|
||||
<script src="/static/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
|
Reference in New Issue
Block a user