version is only visible for auth user
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user