Commit 5099eb931f097c268201ca5c9f7a06e7c586d0bc
1 parent
378a1df8
Exists in
master
and in
5 other branches
added poll to show in the same list as other activities
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
courses/templates/subject/form_view_teacher.html
... | ... | @@ -91,11 +91,12 @@ |
91 | 91 | <ul> |
92 | 92 | |
93 | 93 | <div class="foruns_list"> |
94 | + {% list_topic_poll request topic %} | |
94 | 95 | {% list_topic_foruns request topic %} |
95 | 96 | </div> |
96 | 97 | </ul> |
97 | 98 | </div> |
98 | - {% list_topic_poll request topic %} | |
99 | + | |
99 | 100 | </div> |
100 | 101 | </div> |
101 | 102 | <div class="editation" style="display: none"> | ... | ... |