Signed-off-by: JMARyA <jmarya@hydrar.de>
This commit is contained in:
JMARyA 2023-01-08 23:50:23 +01:00
parent 7d552d801c
commit 293ae1f2fd
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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";
}
}