Skip to content

Commit

Permalink
removed unncessary comment in 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
croueAlec committed Oct 16, 2024
1 parent 41c0944 commit 4e38b9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions django/src/pages/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{% extends "./extends/base.html" %}

{% block content %}
<!-- <div class="h-100 d-flex align-items-center justify-content-center">
<div>
<p>Page not found</p>
</div>
</div> -->


<div class="container-fluid d-flex vh-70">
<div class="row justify-content-center align-items-center w-100">
<div class="col-12 col-md-6">
Expand Down

0 comments on commit 4e38b9a

Please sign in to comment.