Adding a footer section
Let's add a footer section inside our base.html
. In moviereviews/templates/base.html
, we will make the following changes in bold:
…
<div class="container">
{% block content %}
{% endblock content %}
</div>
<footer class="text-center text-lg-start bg-light
text-muted mt-4">
<div class="text-center p-4">
© Copyright -
<a class="text-reset fw-bold text-decoration-none"
target="_blank"
href="https://twitter...