fix
Signed-off-by: JMARyA <jmarya@hydrar.de>
This commit is contained in:
parent
7d552d801c
commit
293ae1f2fd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pub async fn message_page(r: HttpRequest) -> impl Responder {
|
|||
|
||||
form action=(format!("http://{host}")) method="post" autocomplete="off" {
|
||||
input value="" type="text" required name="msg_name" placeholder="Name" class="form-control bg-dark text-white" style="margin-bottom: 15px";
|
||||
textarea placeholder="Message" required name="message" cols="10" rows="10" class="form-control bg-dark text-white" style="margin-bottom: 15px;";
|
||||
textarea placeholder="Message" required name="message" cols="10" rows="10" class="form-control bg-dark text-white" style="margin-bottom: 15px;" {};
|
||||
input value="Send Message" type="submit" required name="submit" class="btn btn-danger text-white text-decoration-none";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue