You must login to view /matt/rpiwebapp-public/src/commit/5b78e6103198da932dc8880d9cb76a4cc1c2e5e5.
The GitHub option should be usable for most people, it only links via username.

Files
rpiwebapp-public/templates/404.html

6 lines
90 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Page not found</h1>
{% endblock %}