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.
+ +