From 90fb208ad561d75750ce9c92073a50efa670e514 Mon Sep 17 00:00:00 2001 From: Shourya Date: Fri, 11 Oct 2024 12:16:29 +0530 Subject: [PATCH] index --- home/templates/dashboard/index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/home/templates/dashboard/index.html b/home/templates/dashboard/index.html index 59035b6..99e8b21 100644 --- a/home/templates/dashboard/index.html +++ b/home/templates/dashboard/index.html @@ -184,7 +184,6 @@
- {% for issue in issues %} @@ -194,7 +193,20 @@
{{ issue.project.domain }} @{{ issue.mentor }} {{ issue.points }} - {{ issue.get_level_display }} + + {{ issue.get_level_display }} + + {% if issue.is_restricted %}