Skip to content

Commit

Permalink
Update 403.html
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso authored Feb 7, 2022
1 parent a2c5243 commit bd7bd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/errors/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<body>
{% block content %}
<div class="h-screen flex flex-col items-center text-center justify-center">
<p class="text-center">Oup's looks like you don't have access to this page !</p>
<p class="text-center">Oops looks like you don't have access to this page !</p>
</div>
{% endblock %}
</body>

</html>
</html>

0 comments on commit bd7bd68

Please sign in to comment.