From 63900ef42501fd2ecac322e76bce975ca94bf5b8 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 21 Aug 2012 11:55:30 -0400 Subject: [PATCH] Added new wiki 404 page --- lms/templates/wiki/wiki-404.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lms/templates/wiki/wiki-404.html diff --git a/lms/templates/wiki/wiki-404.html b/lms/templates/wiki/wiki-404.html new file mode 100644 index 0000000000..a18ea3786a --- /dev/null +++ b/lms/templates/wiki/wiki-404.html @@ -0,0 +1,18 @@ +{% extends "wiki/base.html" %} +{% load wiki_tags i18n %} +{% load url from future %} + +{% block pagetitle %}{{ article.current_revision.title }}{% endblock %} + +{% block wiki_breadcrumbs %} +{% include "wiki/includes/breadcrumbs.html" %} +{% endblock %} + +{% block wiki_contents %} + +
+

This article was not found, and neither was the parent. Go back to the main wiki article.

+ +
+ +{% endblock %}