cabot/app/templates/404.html
2014-01-05 17:24:04 +00:00

9 lines
141 B
HTML

{% extends 'base.html' %}
{% block content %}
<div class="row-fluid sortable ui-sortable">
Page not found.
</div>
{% endblock content %}