Skip to content

Commit

Permalink
add footer to _base.html & login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Dec 30, 2023
1 parent a120d1a commit 3f5d804
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@ <h1 class="title">{{ title }}</h1>

{% endblock %}
</main>


<footer>
{% block footer %}
<hr>
<p class="text-center">
Website by
<a class="text-danger" href="https://www.drcbeatz.com/" target="_blank"
>Dr. C Beatz</a
>
</p>
{% endblock %}
</footer>


</div>

Expand Down
10 changes: 10 additions & 0 deletions templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,15 @@ <h1 class="title text-danger">Vajrayana Chat Log In</h1>
/>
</div>
</main>

<footer>
<hr />
<p class="text-center">
Website by
<a class="text-danger" href="https://www.drcbeatz.com/" target="_blank"
>Dr. C Beatz</a
>
</p>
</footer>
</body>
</html>

0 comments on commit 3f5d804

Please sign in to comment.