Commit e6b8578a213c72198b369aac7833616e5c05eea3

Authored by Gustavo Bernardo
1 parent 0d96ef92

Template to add the link when created and render the link [Issues:#120,#126]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
links/templates/links/render_link.html 0 → 100644
... ... @@ -0,0 +1 @@
  1 +<li><i class="fa fa-link" aria-hidden="true"></i> <a href="javascript:get_modal_link('{% url 'course:links:view_link' link.slug %}', '#viewLinkModal','#divModalLink')">{{link}}</a></li>
... ...