Welcome Version1.0

This commit is contained in:
gw3000 2023-08-02 23:01:31 +02:00
parent af77e6f3fd
commit 668bdc7463

View file

@ -1,7 +1,7 @@
{% if user.is_authenticated %}
<div class="container-lg">
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">Version: 0.9-beta © 2023 fbf </p>
<p class="col-md-4 mb-0 text-muted">Version: 1.0 © 2023 fbf </p>
<ul class="nav col-md-5 justify-content-end">
<li class="nav-item">
<a class="nav-link px-2 text-muted" href="{% url 'rescuer_all' %}">Home</a>