Skip to content

Commit

Permalink
fixed a typo that broke the "Hide Logo" checkbox/label.
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Aug 6, 2024
1 parent 1df6115 commit e8903cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterwiki/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2 class="card-title">Application Preferences</h2>
<div class="form-group">
<div class="custom-checkbox">
<input {%if config.HIDE_LOGO %}checked{% endif %} type="checkbox" id="hide_logo" name="hide_logo" value="True">
<label for="hide_otter">Hide the logo of An Otter Wiki in the sidebar.</label>
<label for="hide_logo">Hide the logo of An Otter Wiki in the sidebar.</label>
</div>
<div class="form-text">
An Otter Wiki logo will not be shown.
Expand Down

0 comments on commit e8903cd

Please sign in to comment.