Django_Basic_Manufacturing_3/templates/includes/footer.html
2025-08-22 17:05:22 +07:00

8 lines
233 B
HTML

<!-- Footer -->
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<span class="text-muted">
&copy; {% now "Y" %} Manufacturing App. All rights reserved.
</span>
</div>
</footer>