2011-10-14 20:38:09 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2011-11-16 16:01:45 +00:00
|
|
|
<div class="js-main">
|
|
|
|
<h1>Oops! This page does not exist.</h1>
|
|
|
|
|
|
|
|
<p>Should it? Send us feedback: <a href="mailto:support@gluejar.com">support@gluejar.com</a>.</p>
|
2011-10-14 20:38:09 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|