umap/umap/templates/404.html
2013-01-02 16:20:08 +01:00

5 lines
No EOL
75 B
HTML

{% extends "base.html" %}
{% block content %}
Not Found
{% endblock %}