feat: Einbinden des Footers in Landing-, Admin- und Login-Ansicht
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
<button type="submit" name="action" value="save" class="btn btn-success">Speichern & Zur Kasse</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="mt-4 text-center text-muted pb-4">
|
||||
<small>Made with ♥️, marmalade and zero knowledge in <a href="https://kiel-sailing-city.de/"
|
||||
target="_blank">Kiel Strawberry City.</a><br>
|
||||
Version: {{ version }}, Instanz: {{ instance_id[:8] }}...</small>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
|
||||
@@ -46,8 +46,10 @@
|
||||
<ul class="list-group shadow-sm" id="saved-instances-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mt-5 text-muted">
|
||||
<small>Version: {{ version }}</small>
|
||||
<div class="mt-5 text-muted pb-4">
|
||||
<small>Made with ♥️, marmalade and zero knowledge in <a href="https://kiel-sailing-city.de/"
|
||||
target="_blank">Kiel Strawberry City.</a><br>
|
||||
Version: {{ version }}</small>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
@@ -30,6 +30,11 @@
|
||||
<a href="{{ url_for('index', instance_id=instance_id) }}" class="btn btn-secondary w-100 mt-2">Zurück zur
|
||||
Kasse</a>
|
||||
</form>
|
||||
<div class="mt-4 text-center text-muted pb-4">
|
||||
<small>Made with ♥️, marmalade and zero knowledge in <a href="https://kiel-sailing-city.de/"
|
||||
target="_blank">Kiel Strawberry City.</a><br>
|
||||
Version: {{ version }}, Instanz: {{ instance_id[:8] }}...</small>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
|
||||
Reference in New Issue
Block a user