Skip to content

Commit

Permalink
in Course Config, don't claim database settings are defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Sep 3, 2024
1 parent e2b849c commit b80b49d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/ContentGenerator/Instructor/Config.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
<tr>
<td><%= $conobject->what_string %></td>
<td class="text-center">
<%= $conobject->display_value($conobject->get_value($default_ce)) %>
% if ($conobject->{type} ne 'setting') {
<%= $conobject->display_value($conobject->get_value($default_ce)) %>
% }
</td>
<td><%= $conobject->entry_widget($conobject->get_value($ce3), $is_secret) =%></td>
</tr>
Expand Down

0 comments on commit b80b49d

Please sign in to comment.