Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
Kustvakt-Admin
/
refs/heads/master
/
.
/
app
/
templates
/
404.html
blob: f709b07249f4757386de26b4a28bbf966121e2e9 [
file
] [
log
] [
blame
]
Akron
ca9bd98
2016-12-06 16:59:57 +0100
[
diff
] [
blame
]
1
{% extends "base.html" %}
2
{% block content %}
3
<p
class
=
"warning"
>
The path you requested could not be found!
</p>
4
{% endblock %}