Skip to content

Commit

Permalink
fix clicking on user in course details
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Nov 15, 2024
1 parent 061953b commit 018f314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/course_detail.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Example context (json):
<table class="stripe hover row-border" id="userincourse">
<thead>
<tr>
<th hidden="">ID</th>
<th>{{#str}}enrolmentmethods{{/str}}</th>
<th>{{#str}}username{{/str}}</th>
<th>{{#str}}firstname{{/str}}</th>
Expand All @@ -225,6 +226,7 @@ Example context (json):
<tbody>
{{#users}}
<tr>
<td hidden="">{{id}}</td>
<td>{{enrol_name}}</td>
<td>{{username}}</td>
<td>{{firstname}}</td>
Expand Down

0 comments on commit 018f314

Please sign in to comment.