added footer
This commit is contained in:
parent
7b02120508
commit
f4f84db0c1
@ -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">
|
||||
© {% 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">
|
||||
©{% 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">
|
||||
© {% 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' %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user