Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions FusionIIIT/templates/gymkhanaModule/gymkhana.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@

{% endif %}




<a class="active item" data-tab="twelth">
View Club Details
Expand Down Expand Up @@ -326,10 +328,6 @@
</a>
{% endif %} -->






<a class="item" href="/filetracking">
Submit Event report To Convener
Expand Down Expand Up @@ -387,7 +385,33 @@
</a>

{% endif %}
{% if "fic" in Curr_desig %}

<a class="item" data-tab="first">
Generate No-dues
<i class="right floated chevron right icon"></i>
</a>

{% endif %}

{% if "fic" in Curr_desig %}

<a class="item" data-tab="first">
Manage Inventory
<i class="right floated chevron right icon"></i>
</a>

{% endif %}


{% if "fic" in Curr_desig %}

<a class="item" data-tab="first">
Send Inventory Report
<i class="right floated chevron right icon"></i>
</a>

{% endif %}
</div>
{% comment %}The Tab-Menu ends here!{% endcomment %}

Expand Down