Skip to content

Commit

Permalink
fix(academics): Removed miscellaneous tab in academics for student
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashsah2003 committed Jan 13, 2025
1 parent 7904791 commit 8e821ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FusionIIIT/applications/academic_procedures/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ def academic_procedures_student(request):
'hos_d':hos_d,
'tot_d':tot_d,
'attendence':attendence,
'backlogCourseList' : backlogCourseList,
'auto_backlog_courses_list' : auto_backlog_courses_list,
# 'backlogCourseList' : backlogCourseList,
# 'auto_backlog_courses_list' : auto_backlog_courses_list,
'BranchChangeForm': BranchChangeForm(),
'BranchFlag':branchchange_flag,
'assistantship_flag' : student_status,
Expand Down
8 changes: 4 additions & 4 deletions FusionIIIT/templates/academic_procedures/academic.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
<i class="right floated chevron right icon"></i>
</a>
{% endif %}
<a class="item" data-tab="Miscellaneous">Miscellaneous
<!-- <a class="item" data-tab="Miscellaneous">Miscellaneous
<i class="right floated chevron right icon"></i>
</a>
</a> -->
<a class="item" data-tab="eight" style="display: none;">
Apply for Leave
<i class="right floated chevron right icon"></i>
Expand Down Expand Up @@ -196,7 +196,7 @@
</div>
</div>

<div class="ui tab segment" data-tab="Miscellaneous" style="width: 110%" >
<!-- <div class="ui tab segment" data-tab="Miscellaneous" style="width: 110%" >
<div class="ui pointing secondary menu">
<a class=" active item" data-tab="miscellaneous_2" >
Check Dues
Expand Down Expand Up @@ -288,7 +288,7 @@
{% include 'academic_procedures/replace.html' %}
</div>
</div>
</div> -->


<div class="ui tab segment" data-tab="four">
Expand Down
7 changes: 4 additions & 3 deletions FusionIIIT/templates/academic_procedures/backlog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load static %}
<center><b>Backlog Courses</b></center>
<div class="ui vertical segment" style="width: 100%">
<!-- <table class="ui very basic celled sortable table" style="width: 100%">
<!-- <div class="ui vertical segment" style="width: 100%">
<table class="ui very basic celled sortable table" style="width: 100%">
<thead>
<tr style="background-color: #f1f1f1">
<th style="10%">Course Name</th>
Expand All @@ -17,7 +17,7 @@
{% endfor %}
</tr>
{% endfor %}
</table> -->
</table>
<table class="ui celled medium table orange" style="width: 100%">
<thead>
<tr style="background-color: #f1f1f1">
Expand Down Expand Up @@ -74,3 +74,4 @@
});
}
</script>
-->

0 comments on commit 8e821ac

Please sign in to comment.