From c067ad85ff8d51296d632a008d56091422fe9b91 Mon Sep 17 00:00:00 2001 From: Shelsy Date: Thu, 5 Jul 2018 18:35:26 +0530 Subject: Change templates with new UI --- yaksh/templates/404.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'yaksh/templates/404.html') diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html index d4777f2..f8dc1d0 100644 --- a/yaksh/templates/404.html +++ b/yaksh/templates/404.html @@ -1,6 +1,13 @@ {% extends "base.html" %} -{% block pagetitle %}

Yaksh

{% endblock %} +{% block pagetitle %} +
+ + YAKSH + + +
+{% endblock %} {% block content %}
@@ -8,6 +15,6 @@ It seems that you have encountered an error
Please contact your administrator

-
Error Message:- {{exception}}
+
Error Message:- {{exception}}
{% endblock %} -- cgit