Commit 5519978ceefd9c266092913ed522aee9097fffbd
1 parent
e283ec29
Exists in
master
and in
5 other branches
removing url nonexistent
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
courses/templates/course/view.html
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | <a href="{% url 'course:view' course.slug %}" class="list-group-item active"> |
18 | 18 | {% trans 'Course Info' %} |
19 | 19 | </a> |
20 | - <a href="{% url 'course:manage_mods' course.slug %}" class="list-group-item"> | |
20 | + <a href="" class="list-group-item"> | |
21 | 21 | {% trans 'Manage Modules' %} |
22 | 22 | </a> |
23 | 23 | {% if user|has_role:'professor, system_admin' %} | ... | ... |