Skip to content

Commit

Permalink
add more guide
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 19, 2024
1 parent 14da95d commit 01cd7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/templates/select-subject.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<form action="/suggest" method="get">
<div class="form-group">
<label for="subjectID">Subject ID</label>
<input type="number" class="form-control" name="subject_id" id="subjectID">
<input type="number" class="form-control" placeholder="要修改的条目ID,比如8,100,3885" name="subject_id" id="subjectID">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
Expand Down

0 comments on commit 01cd7ef

Please sign in to comment.