summaryrefslogtreecommitdiff
path: root/sublab_project/templates/404.html
blob: 9684874b0256ba4b4b5f9bdfb9f4033b4707cbcb (plain)
1
2
3
4
5
6
7
{% extends 'base.html' %}
{% block title %}page not found{% endblock %}
{% block content %}
    <h1>page not found</h1>
    <p>Hier nix <code>{{ request_path }}</code>.</p>
    <p>Nach hause <a href="/">telefonieren</a>.</p>
{% endblock %}