Hide footer in index

This commit is contained in:
Matteo Gheza 2021-02-28 22:44:42 +01:00
parent e58affc8a1
commit 422bd77b4d
2 changed files with 6 additions and 0 deletions

View File

@ -116,11 +116,13 @@
{% endblock %}
</div>
<!-- /Content -->
{% block footer %}
<!-- Footer -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
Allerta-VVF, software libero realizzato per {{ owner }}.<br>
<p style="margin-bottom: 0" id="frontend_version">Frontend versione </p>
</div>
<!-- /Footer -->
{% endblock %}
</body>
</html>

View File

@ -48,4 +48,8 @@
</script>
{% endif %}
</div>
{% block footer %}
{% endblock %}
{% endblock %}