From e261686554ad339449ba9fec6c2391faaefc0eff Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Sun, 26 Apr 2020 22:21:41 +0530 Subject: Add search bar in forum to search posts --- yaksh/templates/yaksh/course_forum.html | 28 +++++++++++++++++++++------- yaksh/views.py | 7 +++++-- 2 files changed, 26 insertions(+), 9 deletions(-) (limited to 'yaksh') diff --git a/yaksh/templates/yaksh/course_forum.html b/yaksh/templates/yaksh/course_forum.html index bf098d3..dea4d8f 100644 --- a/yaksh/templates/yaksh/course_forum.html +++ b/yaksh/templates/yaksh/course_forum.html @@ -9,13 +9,27 @@

{{course.name}}

Discussion Forum
- {% if moderator %} - Back to Course - {% else %} - Back to Course - {% endif %} -
- +
+
+ {% if moderator %} + Back to Course + {% else %} + Back to Course + {% endif %} +
+
+
+
+ + + + +
+
+
+
+ +