Skip to content

Commit

Permalink
Only have setup link if user is logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Dec 11, 2023
1 parent 371a17a commit 97af5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_theme/templates/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ <h1>Course</h1>
{% if user %}
<a class="nav-link" id="course-grades-tab" data-toggle="pill" href="#grades" role="tab">Grades</a>
<a class="nav-link" id="course-identity-tab" data-toggle="pill" href="#identity" role="tab">Identity</a>
<a class="nav-link" id="course-setup-tab" data-toggle="pill" href="#setup" role="tab">Setup</a>
{% endif %}
<a class="nav-link" id="course-setup-tab" data-toggle="pill" href="#setup" role="tab">Setup</a>
</div>
</div>
<div class="col-md-8">
Expand Down

0 comments on commit 97af5d8

Please sign in to comment.