Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Aug 23, 2024
1 parent ce720f4 commit 5e9dfc0
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 149 deletions.
6 changes: 3 additions & 3 deletions cps/templates/search_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="{{page}}">{{title}}</h1>
<input type="text" class="form-control" name="title" id="title" value="">
</div>
<div class="form-group">
<label for="bookAuthor">{{_('Author')}}</label>
<label for="authors">{{_('Author')}}</label>
<input type="text" class="form-control typeahead" name="authors" id="authors" value="" autocomplete="off">
</div>
<div class="form-group">
Expand Down Expand Up @@ -151,8 +151,8 @@ <h1 class="{{page}}">{{title}}</h1>
</div>
</div>
<div class="form-group">
<label for="comment">{{_('Description')}}</label>
<input type="text" class="form-control" name="comment" id="comment" value="">
<label for="comments">{{_('Description')}}</label>
<input type="text" class="form-control" name="comments" id="comments" value="">
</div>

{% if cc|length > 0 %}
Expand Down
Loading

0 comments on commit 5e9dfc0

Please sign in to comment.