-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1597 from FusionIIIT/ac-1
AC-1 --> latest_staging
- Loading branch information
Showing
58 changed files
with
784 additions
and
1,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
FusionIIIT/templates/notifications/programme_curriculum.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% load static %} | ||
{% block sidepanel %} | ||
{% load notifications_tags %} | ||
{% for notice in notifications %} | ||
{% if notice.unread %} | ||
{% if notice.data.module == "Programme and Curriculum" %} | ||
<div class="ui icon message"> | ||
<i class="inbox icon"></i> | ||
<div class="content"> | ||
<div class="header"> | ||
<a href="{% url 'notifications:mark_as_read_and_redirect' notice.slug %}"> | ||
{{ notice.data.module }} | ||
</a> | ||
</div> | ||
<p>{{ notice.verb }}</p> | ||
</div> | ||
<div class="ui right floated"> | ||
<a href="{% url 'notifications:delete' notice.slug %}"> | ||
<i class="close icon"></i> | ||
</a> | ||
</div> | ||
</div> | ||
{% endif%} | ||
{% endif %} | ||
{% endfor %} | ||
{% endblock %} |
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/add_batch_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 1 addition & 19 deletions
20
FusionIIIT/templates/programme_curriculum/acad_admin/add_courseslot_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/add_curriculum_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/add_discipline_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/add_programme_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/admin_view_a_course.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/admin_view_a_courseslot.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
...IIIT/templates/programme_curriculum/acad_admin/admin_view_a_semester_of_a_curriculum.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
FusionIIIT/templates/programme_curriculum/acad_admin/admin_view_all_batches.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.