-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Omer Basar <[email protected]> Co-authored-by: aakashshankar <[email protected]>
- Loading branch information
1 parent
9443e91
commit c3c1fd7
Showing
34 changed files
with
1,088 additions
and
1,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ | |
<title>Account Locked</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-100 font-sans"> | ||
<body class="bg-gray-900 font-sans text-gray-100"> | ||
<div class="container mx-auto px-4 h-screen flex items-center justify-center"> | ||
<div class="w-full max-w-md text-center"> | ||
<div class="bg-white shadow-md rounded-lg overflow-hidden p-6"> | ||
<div class="bg-gray-800 shadow-md rounded-lg overflow-hidden p-6"> | ||
<h3 class="text-2xl font-bold text-red-500">Account Locked</h3> | ||
<p class="mt-4 text-gray-700">Too many failed login attempts have been detected.</p> | ||
<p class="mt-2 text-gray-700">Please try again later or contact support for further assistance.</p> | ||
<p class="mt-4 text-gray-300">Too many failed login attempts have been detected.</p> | ||
<p class="mt-2 text-gray-300">Please try again later or contact support for further assistance.</p> | ||
|
||
<!-- Home Button --> | ||
<a href="{% url 'home' %}" class="mt-6 inline-block bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline transition duration-300"> | ||
<a href="{% url 'home' %}" class="mt-6 inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline transition duration-300"> | ||
Go to Home | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</html> |
Oops, something went wrong.