|
|
|
@ -5,7 +5,7 @@
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="JW-Inventory">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="MeetingOrganizer">
|
|
|
|
|
|
|
|
|
|
|
|
<title>Login</title>
|
|
|
|
<title>Login</title>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
|
|
|
@ -14,12 +14,12 @@
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body class="text-center">
|
|
|
|
<body class="text-center">
|
|
|
|
<form class="form-signin" method="post">
|
|
|
|
<form class="form-signin" method="post">
|
|
|
|
<p style="font-size: 2rem;"><c style="color: rgb(152, 183, 193);">JW </c><b>Inventory</b></p>
|
|
|
|
<p style="font-size: 2rem;"><c style="color: rgb(221, 196, 107);">Meeting</c><b>Organizer</b></p>
|
|
|
|
{% csrf_token %}
|
|
|
|
{% csrf_token %}
|
|
|
|
<input id="inputEmail" name="inputEmail" class="form-control" placeholder="username" required="" autofocus="" type="text">
|
|
|
|
<input id="inputEmail" name="inputEmail" class="form-control" placeholder="username" required="" autofocus="" type="text">
|
|
|
|
<input id="inputPassword" name="inputPassword" class="form-control" placeholder="password" required="" type="password" style="margin:1rem 0; border-radius: .375rem;">
|
|
|
|
<input id="inputPassword" name="inputPassword" class="form-control" placeholder="password" required="" type="password" style="margin:1rem 0; border-radius: .375rem;">
|
|
|
|
<p class="text-danger">{{ state }}</p>
|
|
|
|
<p class="text-danger">{{ state }}</p>
|
|
|
|
<button class="btn btn-lg btn-block" style="background-color: rgb(152, 183, 193); color: white;" name="login" type="submit">Login</button>
|
|
|
|
<button class="btn btn-lg btn-block" style="background-color: rgb(221, 196, 107); color: white;" name="login" type="submit">Login</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|