aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/err/404.html
blob: 5b0030e0a1a6e58b26f79b4fdcf2589a7a5b612a (plain)
1
2
3
4
5
6
7
8
{% extends 'base.html' %}
{% block header %}
<h1>{% block title %}404 not found{% endblock %}</h1>
{% endblock %}

{% block content %}
<p>the requested url was not found on the server. if you entered the url manually please check your spelling and try again</p>
{% endblock %}