Commit 9901790fe76d6cb1b8c8f09c1cd5cfd6aae01e15

Authored by Gustavo Bernardo
1 parent 9157d19a

Include removed [Issue:#122]

courses/templates/subject/form_view_teacher.html
... ... @@ -287,10 +287,7 @@
287 287 <!--EndModal-->
288 288  
289 289 <!-- MODAL LINK EDIT-->
290   -{% professor_subject topic.subject user as links_update %}
291   -{% if links_update%}
292   - {% include "links/update_link.html" %}
293   -{% endif %}
  290 +
294 291  
295 292 <!-- EndModal -->
296 293  
... ... @@ -313,5 +310,3 @@
313 310 </div>
314 311 </div>
315 312 </div>
316   -
317   -
... ...