Commit a7fef0861f5c073dabbb13c244c4f3e5d52e4cb4

Authored by Zambom
1 parent 39c75180

Resolving trouble in access forum as student [Issue: #97]

courses/templates/subject/form_view_student.html
1   -{% load i18n %}
  1 +{% load static i18n list_topic_foruns %}
2 2  
3 3 {% block javascript %}
4 4 <script type="text/javascript" src="{% static 'js/forum.js' %}"></script>
... ...