reorganizing project directories, part 1

This commit is contained in:
2015-05-08 20:37:22 -05:00
parent 827131eeda
commit 2ffdf26ec2
107 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}404 Not Found{% endblock title %}
{% block content %}
<p>Path <tt>{{ request_path }}</tt> not found. Please contact support with
the listed path and the page with the link you clicked to get here.</p>
{% endblock content %}