Skip to content

Commit

Permalink
Remove empty class in html template
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Sep 29, 2023
1 parent f10af44 commit 94722c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block content %}
<div class="bg-body-secondary mt-5 w-25 p-5 rounded-3 m-auto text-center">
<p class="text-muted">You've successfully set up a Django base site!</p>
<p class="">
<p>
<a href="https://django-base-site.readthedocs.org/en/latest/"
class="btn btn-primary px-5"
target="_blank">Read Documentation</a>
Expand Down

0 comments on commit 94722c0

Please sign in to comment.