test / templates /footer.html
navpan2's picture
Upload 84 files
852ac26 verified
<footer class="footer">
<div class="container">
<center><span class="text-muted" >Copyright @ {%now 'Y'%}</span></center>
<!-- <a href="{% url 'ml_app:home'%}">Home</a>
<a href="{% url 'ml_app:about'%}">About</a>
<a href="#">Github Link</a> -->
</div>
</footer>