Commit 10f221e31e1c7d237ad06bf088c69c933613e34a

Authored by juliotoscano
1 parent 53314384

modifying file links #205

links/templates/links/delete_link.html
  1 +{% load widget_tweaks i18n %}
1 2 <!-- MODAL REMOVE LINK -->
2 3 <div class="modal" id="removeLink">
3 4 <div class="modal-dialog">
... ...
links/templates/links/update_link.html
  1 +{% load widget_tweaks i18n %}
1 2 <!-- MODAL LINK EDIT-->
2 3 <div class="modal fade" id="linksModalEdit" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
3 4 <div class="modal-dialog" role="document">
... ...