Commit 9cc015adb82591a4f95893c04b533648cc77db44

Authored by Gustavo Bernardo
1 parent c90a5720

Adding links.models to solve a little issue [Issue: #126]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
courses/templatetags/list_topic_foruns.py
1 1 from django import template
2 2  
  3 +from links.models import Link
3 4 from forum.models import Forum
4 5 from poll.models import Poll
5 6 from files.models import TopicFile
... ...