umap/youmap/templates/404.html

5 lines
75 B
HTML
Raw Normal View History

2012-11-20 10:47:19 +01:00
{% extends "base.html" %}
{% block content %}
Not Found
{% endblock %}