Commit 59567e33 by benjaoming

Error pages for test project

parent 9664ce11
{% extends "wiki/base.html" %}
{% load wiki_tags i18n %}
{% load url from future %}
{% block pagetitle %}{% trans "404" %}{% endblock %}
{% block wiki_breadcrumbs %}{% endblock %}
{% block wiki_contents %}
<h1 class="page-header">{% trans "404 - it's not here!" %}</h1>
<div class="error">
<p>{% trans "Sorry, keep looking. Good luck!" %}</p>
</div>
{% endblock %}
{% extends "wiki/base.html" %}
{% load wiki_tags i18n %}
{% load url from future %}
{% block pagetitle %}{% trans "500 Server err" %}{% endblock %}
{% block wiki_breadcrumbs %}{% endblock %}
{% block wiki_contents %}
<h1 class="page-header">{% trans "500 - ERROR" %}</h1>
<div class="error">
<p>{% trans "Oh god no the demo has failed. Please rest asured that an open source developer is the logs to resolve this, because it's fun!!" %}</p>
</div>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment