Commit 08f400b57358cee2eebd6cb97311f2a13cafd3d0
1 parent
f90589bf
Exists in
master
and in
5 other branches
material view in student's template
Showing
2 changed files
with
21 additions
and
3 deletions
Show diff stats
amadeus/uploads/sistemas-de-informacao/algoritmo/topico-1/Riachuelo_Outubro.pdf
0 → 100644
No preview for this file type
courses/templates/subject/form_view_student.html
@@ -32,14 +32,32 @@ | @@ -32,14 +32,32 @@ | ||
32 | </p> | 32 | </p> |
33 | 33 | ||
34 | </div> | 34 | </div> |
35 | + <div class="row"> | ||
36 | + <div class="col-xs-6 col-md-6"> | ||
37 | + <div class="resource_inline"> | ||
38 | + <h4>{% trans 'Material' %}</h4> | ||
39 | + </div> | ||
40 | + <ul> | ||
41 | + {% list_topic_file request topic %} | ||
42 | + {% list_topic_link request topic%} | ||
43 | + </ul> | ||
44 | + </div> | ||
45 | + <div class="col-xs-4 col-md-4"> | ||
46 | + <div class="resource_inline"> | ||
47 | + <h4>{% trans 'Activities' %}</h4> | ||
48 | + </div> | ||
49 | + <ul> | ||
50 | + {% list_topic_poll request topic %} | ||
51 | + {% list_topic_foruns request topic %} | ||
52 | + </ul> | ||
53 | + </div> | ||
54 | + </div> | ||
35 | </div> | 55 | </div> |
36 | </div> | 56 | </div> |
37 | </div> | 57 | </div> |
38 | - | ||
39 | </div> | 58 | </div> |
40 | - | ||
41 | {% professor_subject topic.subject user as professor_links %} | 59 | {% professor_subject topic.subject user as professor_links %} |
42 | - {% if professor_links%} | 60 | + {% if professor_links %} |
43 | {% include "links/create_link.html" %} | 61 | {% include "links/create_link.html" %} |
44 | {% include "links/delete_link.html" %} | 62 | {% include "links/delete_link.html" %} |
45 | {% endif %} | 63 | {% endif %} |