Commit b0a27d83e95c5d0576cd3c0a531ae324f11fad52
1 parent
976d464e
Exists in
master
and in
5 other branches
removed actions div for admin on course_detail
Showing
1 changed file
with
0 additions
and
15 deletions
Show diff stats
courses/templates/course/view.html
... | ... | @@ -33,22 +33,7 @@ |
33 | 33 | </div> |
34 | 34 | </div> |
35 | 35 | |
36 | -{% if user|has_role:'professor' and user in course.professors or user|has_role:'system_admin' %} | |
37 | 36 | |
38 | - <div class="panel panel-primary navigation"> | |
39 | - <div class="panel-heading"> | |
40 | - <h3 class="panel-title">{% trans "Actions" %}</h3> | |
41 | - </div> | |
42 | - <div class="panel-body"> | |
43 | - <ul class="nav nav-pills nav-stacked"> | |
44 | - <li><a href="teacher/course_participants_teacher.html" target="_self"> {% trans "Participants" %}</a></li> | |
45 | - <li><a href="javascript:void(0)">{% trans "Replicate Subject" %}</a></li> | |
46 | - <li><a href="javascript:void(0)">{% trans "Create Subject" %}</a></li> | |
47 | - <li><a href="javascript:void(0)" data-toggle="modal" data-target="#myModal">{% trans "Create Topic" %}</a></li> | |
48 | - </ul> | |
49 | - </div> | |
50 | -</div> | |
51 | -{% endif %} | |
52 | 37 | {% endblock %} |
53 | 38 | |
54 | 39 | {% block content %} | ... | ... |