Skip to content

Commit

Permalink
Update modules.html
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsuman authored Apr 23, 2024
1 parent a893436 commit cca9e17
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions FusionIIIT/templates/dashboard/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</a>
</div>
{% endif %}
<!-- {% if request.user.extrainfo.user_type != "student" %}
{% if request.user.extrainfo.user_type != "student" %}
<div style="width: calc(50% - 10px);
margin: 5px;
box-sizing: border-box;">
Expand All @@ -312,9 +312,9 @@
</div>
</a>
</div>
{% endif %} -->
{% endif %}

<!-- {% comment %}A single modules row ends here!{% endcomment %} -->
{% comment %}A single modules row ends here!{% endcomment %}


{% if request.user.extrainfo.user_type == "faculty" or "acadadmin" == global_var %}
Expand Down Expand Up @@ -413,27 +413,6 @@
{% endif %}

{% comment %}A single modules row ends here!{% endcomment %}

{% if request.user.extrainfo.user_type != "" %}
<div style="width: calc(50% - 10px);
margin: 5px;
box-sizing: border-box;">
<a class="ui large label" style="height: 120px; width:100%" href="/hr2/dashboard">
<div class="ui centered grid">
<div class="row">
<i class="ui file icon big"></i>
</div>

<div class="row">
<span class="ui sub header centered">Human Resource</span>
</div>
</div>
</a>
</div>
{% endif %}

{% comment %}A single modules row ends here!{% endcomment %}

</div>
{% comment %}
<a class="ui bottom attached blue label">
Expand Down

0 comments on commit cca9e17

Please sign in to comment.