Skip to content

Commit

Permalink
Merge pull request #11 from RydalWater/the-road-goes-ever-on-and-on
Browse files Browse the repository at this point in the history
Hidden Checkbox
  • Loading branch information
RydalWater authored Oct 4, 2024
2 parents 83b654e + bc58658 commit 68869bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*env
__pycache__*
node_modules
*.log
*.log
staticfiles
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h5 class="modal-title" id="details{{ forloop.counter }}{{ library.i }}Label">{{
<input type="hidden" name="book_info" value="{{ library.i }}-{{ book.i }}">
<div class="form-group mt-2">
<label for="hidden"><p><i class="fa-solid fa-eye-slash"></i> (hidden) </label>
<input type="checkbox" name="hidden" id="hidden" {% if book.p == "Y" %}checked{% endif %}>
<input type="checkbox" name="hidden" id="hidden" {% if book.h == "Y" %}checked{% endif %}>
</div>
<div class="form-group mt-2">
<select name="status" id="status" class="form-select">
Expand Down

0 comments on commit 68869bb

Please sign in to comment.