Skip to content

Commit

Permalink
Update add_news.html
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Sep 24, 2024
1 parent 19a6ae1 commit b0686ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions add_news.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ <h4 class="alert-heading">Well done!</h4>
</div>

<form id="form" class="container">
<div class="form-group">
<label for="passcode" class="form-label">Passcode</label>
<input type="text" class="form-control" id="passcode" name="passcode">
</div>

<div class="form-group">
<label for="headline" class="form-label">News headline</label>
<input type="text" class="form-control" id="headline" name="headline">
Expand Down

0 comments on commit b0686ec

Please sign in to comment.