Commit 04e3d68b by Brian Talbot

studio - settings: added back in broken links for Don to check out

parent 8367f565
...@@ -212,7 +212,7 @@ from contentstore import utils ...@@ -212,7 +212,7 @@ from contentstore import utils
<h3 class="title-3">Other Course Settings</h3> <h3 class="title-3">Other Course Settings</h3>
<nav class="nav-related"> <nav class="nav-related">
<ul> <ul>
<li class="nav-item"><a href="">Grading</a></li> <li class="nav-item"><a href="${reverse('contentstore.views.course_config_graders_page', kwargs={'org' : ctx_loc.org, 'course' : ctx_loc.course, 'name': ctx_loc.name})}">Grading</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>
......
...@@ -134,7 +134,7 @@ from contentstore import utils ...@@ -134,7 +134,7 @@ from contentstore import utils
<h3 class="title-3">Other Course Settings</h3> <h3 class="title-3">Other Course Settings</h3>
<nav class="nav-related"> <nav class="nav-related">
<ul> <ul>
<li class="nav-item"><a href="#">Details &amp; Schedule</a></li> <li class="nav-item"><a href="${reverse('contentstore.views.get_course_settings', kwargs=dict(org=ctx_loc.org, course=ctx_loc.course, name=ctx_loc.name))}">Details &amp; Schedule</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment