From a165374f31a8dcfc675940868574bafe45378df9 Mon Sep 17 00:00:00 2001 From: Shobhit Kushwaha Date: Sat, 16 Mar 2024 17:47:06 +0530 Subject: [PATCH] fic navigation added --- .../templates/gymkhanaModule/gymkhana.html | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/FusionIIIT/templates/gymkhanaModule/gymkhana.html b/FusionIIIT/templates/gymkhanaModule/gymkhana.html index 9d2ff2f87..25170ee89 100644 --- a/FusionIIIT/templates/gymkhanaModule/gymkhana.html +++ b/FusionIIIT/templates/gymkhanaModule/gymkhana.html @@ -260,6 +260,8 @@ {% endif %} + + View Club Details @@ -326,10 +328,6 @@ {% endif %} --> - - - - Submit Event report To Convener @@ -387,7 +385,33 @@ {% endif %} + {% if "fic" in Curr_desig %} + + Generate No-dues + + + + {% endif %} + + {% if "fic" in Curr_desig %} + + + Manage Inventory + + + + {% endif %} + + + {% if "fic" in Curr_desig %} + + + Send Inventory Report + + + + {% endif %} {% comment %}The Tab-Menu ends here!{% endcomment %}