Commit 19f90a256fb5fc82d7ce0717e46d98ddd97d3309

Authored by Filipe Medeiros
1 parent 07aa75d1

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 38 <li>
39 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>&nbsp; {% trans "Edit" %}</a>
40 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>&nbsp; {% 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>&nbsp; {% trans "Remove" %}</a></li>
44 42 </ul>
45 43 </div>
46 44 {% endif %}
... ...