update module

This commit is contained in:
Jonas Heinrich 2025-08-21 11:15:19 +02:00
parent 47b18c8014
commit f5d9873de7

View file

@ -13,7 +13,7 @@
.navbar-brand img { height: 36px; } .navbar-brand img { height: 36px; }
</style> </style>
</head> </head>
<body> <body class="d-flex flex-column min-vh-100">
<nav class="navbar navbar-expand-lg bg-white border-bottom"> <nav class="navbar navbar-expand-lg bg-white border-bottom">
<div class="container"> <div class="container">
<a class="navbar-brand d-flex align-items-center" href="/"> <a class="navbar-brand d-flex align-items-center" href="/">
@ -35,11 +35,11 @@
</div> </div>
</nav> </nav>
<main class="container py-4"> <main class="container py-4 flex-grow-1">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>
<footer class="border-top bg-white py-3 mt-4"> <footer class="border-top bg-white py-3 mt-auto">
<div class="container d-flex justify-content-between"> <div class="container d-flex justify-content-between">
<span class="text-muted">&copy; {{ now|date:'Y' }} FragDenRat</span> <span class="text-muted">&copy; {{ now|date:'Y' }} FragDenRat</span>
<nav> <nav>