Commit d3514800e5795712f99d7b15aea5b6cf245b185b
1 parent
03433b2f
Exists in
master
and in
5 other branches
delete subject and update subject are working
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
courses/templates/subject/index.html
... | ... | @@ -47,9 +47,9 @@ |
47 | 47 | <i class="fa fa-ellipsis-v fa-2x" aria-hidden="true"></i> |
48 | 48 | </button> |
49 | 49 | <ul class="dropdown-menu pull-right" aria-labelledby="moreActions"> |
50 | - <li><a href="javascript:void(0)" data-toggle="modal" data-target="#myModal4"><i class="fa fa-files-o fa-fw" aria-hidden="true"></i> {% trans "Replicate" %}</a></li> | |
51 | - <li><a href="{% url 'course:update_subject' subject.slug %}" data-toggle="modal" data-target="#editSubject"><i class="fa fa-pencil fa-fw" aria-hidden="true"></i> {% trans "Edit" %}</a></li> | |
52 | - <li><a href="{% url 'course:delete_subject' subject.slug %}" data-toggle="modal" data-target="#removeSubject"><i class="fa fa-trash fa-fw" aria-hidden="true"></i> {% trans "Remove" %}</a></li> | |
50 | + <li><a href="javascript:void(0)"><i class="fa fa-files-o fa-fw" aria-hidden="true"></i> {% trans "Replicate" %}</a></li> | |
51 | + <li><a href="{% url 'course:update_subject' subject.slug %}" <i class="fa fa-pencil fa-fw" aria-hidden="true"></i> {% trans "Edit" %}</a></li> | |
52 | + <li><a href="{% url 'course:delete_subject' subject.slug %}" ><i class="fa fa-trash fa-fw" aria-hidden="true"></i> {% trans "Remove" %}</a></li> | |
53 | 53 | </ul> |
54 | 54 | </div> |
55 | 55 | </div> | ... | ... |