Skip to content

Commit

Permalink
fix(academic): Removed Manage button for courses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashsah2003 committed Nov 17, 2024
1 parent 3f78617 commit 4343f08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
19 changes: 5 additions & 14 deletions FusionIIIT/templates/academic_procedures/academicfac.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
<i class="right floated chevron right icon"></i>
</a>
{% endif %}
<a class="item" data-tab="fourth">
<!-- <a class="item" data-tab="fourth">
Course Management
<i class="right floated chevron right icon"></i>
</a>
</a> -->
<a class=" item disabled" data-tab="three">
Submit Marks
<i class="right floated chevron right icon"></i>
Expand Down Expand Up @@ -95,7 +95,7 @@
{% for course in assigned_courses %}
<tr>
<td colspan="2"> {{course.course_id.name }}</td>
<td colspan="2"> {{course.course_id.code }}</td>
<td colspan="2"> <a href="{% url 'programme_curriculum:view_a_course' course.course_id.id %}">{{course.course_id.code }}</a></td>
<td colspan="2"> {{course.course_id.version }}</td>
<td colspan="2"> {{course.year }}</td>
<td colspan="2"> {{course.semester_no }}</td>
Expand All @@ -120,7 +120,7 @@
</div>
</div>

<div class="ui tab segment" data-tab="fourth">
<!-- <div class="ui tab segment" data-tab="fourth">
<br> <br>
<table class="ui orange table">
<thead>
Expand All @@ -138,15 +138,6 @@
<td>{{obj.course_id__name}}</td>
<td>{{ obj.year}}</td>
<td>{{obj.semester_no}}</td>
<td class="collapsing"><a class="tiny ui positive animated button" tabindex="0"
href="{% url 'programme_curriculum:update_course_form' obj.course_id_id %}"
type="Submit" name="Submit">
<div class="visible content">EDIT</div>
<div class="hidden content">
<i class="edit icon"></i>
</div>
</a>
</td>
{%if items.0.type != "Swayam" %}
<td class="collapsing"><a class="tiny ui positive animated button" style="background:#2590e2;" tabindex="0"
href="{% url 'online_cms:course' obj.course_id__code obj.course_id__version %}"
Expand All @@ -162,7 +153,7 @@
{% endfor %}
</tbody>
</table>
</div>
</div> -->

<div class="ui tab segment" data-tab="two" style="width: 110%">
<div class = "ui pointing secondary menu">
Expand Down
4 changes: 2 additions & 2 deletions FusionIIIT/templates/academic_procedures/current_sem.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@
<td>
<center>{{curr_sem.semester_no}}</center>
</td>
<td class="collapsing"><a class="tiny ui positive animated button" style="background:#2590e2;" tabindex="0"
<!-- <td class="collapsing"><a class="tiny ui positive animated button" style="background:#2590e2;" tabindex="0"
href="{% url 'online_cms:course' items.1.code items.1.version %}"
type="Submit" name="Submit">
<div class="visible content">MANAGE</div>
<div class="hidden content">
<i class="folder open icon"></i>
</div>
</a>
</td>
</td> -->
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 4343f08

Please sign in to comment.