cabot/app/templates/404.html

9 lines
141 B
HTML
Raw Normal View History

2014-01-05 17:24:04 +00:00
{% extends 'base.html' %}
{% block content %}
<div class="row-fluid sortable ui-sortable">
Page not found.
</div>
{% endblock content %}