umap/youmap/templates/404.html

5 lines
75 B
HTML
Raw Normal View History

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