Commit 776ba2f15afbdb8e37c28e31a73465ad3db10afb

Authored by Gustavo Bernardo
1 parent bcf57489

Removing all links include tags [Issue:#126]

courses/templates/subject/form_view_teacher.html
... ... @@ -140,11 +140,7 @@
140 140 </div>
141 141 </div>
142 142 </div><!--EndEditation-->
143   - {% professor_subject topic.subject user as professor_links %}
144   - {% if professor_links%}
145   - {% include "links/create_link.html" %}
146   - {% include "links/delete_link.html" %}
147   - {% endif %}
  143 +
148 144 </div>
149 145 </div>
150 146 </div>
... ...