version is only visible for auth user

This commit is contained in:
2025-02-22 18:17:53 +01:00
parent 2e55fae418
commit 1cfe36197f

View File

@@ -230,7 +230,9 @@
{% endif %}
<hr class="legal-divider">
<p class="copyright">© {% now 'Y' %} FET - Alle Rechte vorbehalten.</p>
<p class="text-center">{% version %}.</p>
{% if request.user.is_authenticated %}
<p class="text-center">{% version %}</p>
{% endif %}
</footer>
<div class="super-duper-awesome-signature font-normal" x-data="footerCounter">
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>