Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
Kustvakt-Admin
/
refs/heads/master
/
.
/
service
/
app
/
templates
/
404.html
blob: f709b07249f4757386de26b4a28bbf966121e2e9 [
file
] [
log
] [
blame
]
{% extends "base.html" %}
{% block content %}
<p
class
=
"warning"
>
The path you requested could not be found!
</p>
{% endblock %}