From dffa556eede4d633879e55b60bf95e4469c530c0 Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Wed, 19 Mar 2014 13:22:23 +0530
Subject: added commenting feature on the answers
replies are now renamed to answers
---
static/website/templates/base.html | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
(limited to 'static/website/templates/base.html')
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 49c5f18..286a2ec 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -1,9 +1,12 @@
+{% load compress %}
{% load static %}
Spoken-Tutorial Forums
+ {% compress css %}
+ {% endcompress %}
@@ -48,7 +51,7 @@
-
+
+ {% compress js %}
{% block javascript %}
{% endblock %}
+ {% endcompress %}
--
cgit
From 83063012ac3eac51983c83d3b1681595aa59eb1d Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Tue, 15 Apr 2014 16:01:00 +0530
Subject: major changes done, category logos added
---
static/website/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'static/website/templates/base.html')
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 286a2ec..97b9194 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -23,7 +23,7 @@
-
+
Spoken Tutorial Forums
--
cgit
From 2fbf3ecf6cae63691380ec8cc9df2c4beff29dae Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Sat, 19 Apr 2014 17:55:25 +0530
Subject: basic email and notification added, new frontpage interface
---
static/website/templates/base.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'static/website/templates/base.html')
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 97b9194..172c901 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -5,6 +5,7 @@
Spoken-Tutorial Forums
{% compress css %}
+
{% endcompress %}
@@ -27,7 +28,7 @@
Spoken Tutorial Forums
-
+
@@ -109,7 +110,7 @@
{% compress js %}
-
+
{% block javascript %}
{% endblock %}
--
cgit