From 4975c2ebd8fcebbb34944b7ef4b16add3071ea43 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 8 Oct 2020 16:35:32 +0530 Subject: Add footer and CSS --- yaksh/templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 7bf70fb..2cc607c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -105,6 +105,18 @@ {% block footer %} + {% endblock %} -- cgit