Commit 19f90a256fb5fc82d7ce0717e46d98ddd97d3309
1 parent
07aa75d1
Exists in
master
and in
5 other branches
Buttom remove topic on topic index
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
courses/templates/topic/index.html
@@ -38,9 +38,7 @@ | @@ -38,9 +38,7 @@ | ||
38 | <li> | 38 | <li> |
39 | <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> | 39 | <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> |
40 | </li> | 40 | </li> |
41 | - <li> | ||
42 | - <a href="{% url 'course:delete_topic' topic.slug %}" data-toggle="modal" data-target="#removeTopic"><i class="fa fa-trash fa-fw" aria-hidden="true"></i> {% trans "Remove" %}</a> | ||
43 | - </li> | 41 | + <li><a href="{% url 'course:delete_topic' topic.slug %}"><i class="fa fa-trash fa-fw" aria-hidden="true"></i> {% trans "Remove" %}</a></li> |
44 | </ul> | 42 | </ul> |
45 | </div> | 43 | </div> |
46 | {% endif %} | 44 | {% endif %} |