Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Sandström <[email protected]>
  • Loading branch information
churnikov and sandstromviktor authored Apr 9, 2024
1 parent 19c7778 commit 78f16da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends 'base.html' %}

{% block title %}Forbidden{% endblock %}

{% load static %}

{% block content %}
<h1>Page cannot be <i>served</i> 🥁 (404 error)</h1>
<p style="font-size: x-large">It's okay, don't worry. Just go to the <a href="{% url 'portal:home' %}">home page</a>
and try what you wanted to do again.</p>
{% endblock %}

0 comments on commit 78f16da

Please sign in to comment.