added footer

This commit is contained in:
Faheed 2025-10-12 13:48:51 +03:00
parent 7b02120508
commit f4f84db0c1

View File

@ -484,14 +484,37 @@
{% block content %}
{% endblock %}
</main>
<footer class="footer mt-auto">
{% comment %} <footer class="footer mt-auto d-flex align-item-center justify-content-between">
<div class="container text-center">
<p class="mb-0">
&copy; {% now "Y" %} {% trans "King Abdullah Academic University Hospital (KAAUH)." %}<br>
<small>{% trans "All rights reserved." %}</small>
</p>
</div>
</footer>
<div class="container text-center">
<p class="mb-0">
&copy;{% trans "Powered by Tenhal" %}<br>
</p>
</div>
</footer> {% endcomment %}
{% load i18n static %}
<footer class="mt-auto">
<div class="footer-bottom py-3 small text-muted" style="background-color: #00363a;">
<div class="container d-flex justify-content-between align-items-center flex-wrap">
<p class="mb-0 text-white-50">
&copy; {% now "Y" %} {% trans "King Abdullah Academic University Hospital (KAAUH)." %}
{% trans "All rights reserved." %}
</p>
<p class="mb-0 text-white-50">
{% trans "Powered by" %} <strong class="text-white">Tenhal</strong>
</p>
</div>
</div>
</footer>
{% include 'includes/delete_modal.html' %}