Untitled
unknown
plain_text
a year ago
373 B
5
Indexable
Never
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form method="post" action="/app/login_post"> {% csrf_token %} username:<input type="test" name="username"><br><br> password:<input type="test" name="password"> <br><br><input type="submit"value="submit"> </form> </body> </html>