Push to github

This commit is contained in:
Daniel Greenfeld 2013-08-16 12:55:43 +02:00
parent e2a9fbee6a
commit c9437cacc3

View File

@ -1,9 +1,9 @@
{% templatetag openblock %} extends "base.html" {% templatetag closeblock %}
{% raw %}{% extends "base.html" %}
{% templatetag openblock %} block title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock {% templatetag closeblock %}
{% block title %}Page Not found{% endblock %}
{% templatetag openblock %} block page_title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock page_title {% templatetag closeblock %}
{% block page_title %}Page Not found{% endblock page_title %}
{% templatetag openblock %} block content {% templatetag closeblock %}
{% block content %}
<p>This is not the page you were looking for.</p>
{% templatetag openblock %} endblock content {% templatetag closeblock %}
{% endblock content %}{% endraw %}