forked from enviPath/enviPy
[Refactor] Large scale formatting/linting (#193)
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
{% block content %}
|
||||
<!-- Tab Navigation -->
|
||||
<div class="border-b border-base-300 mb-6">
|
||||
<div class="border-base-300 mb-6 border-b">
|
||||
<div class="flex justify-start">
|
||||
<input
|
||||
type="radio"
|
||||
@ -97,7 +97,7 @@
|
||||
</svg>
|
||||
<div>
|
||||
<div class="font-bold">Password Requirements</div>
|
||||
<div class="text-xs mt-1">
|
||||
<div class="mt-1 text-xs">
|
||||
• 8 to 30 characters<br />
|
||||
• Upper and lower case letters<br />
|
||||
• Digits and special characters (_, -, +)
|
||||
@ -177,14 +177,14 @@
|
||||
</form>
|
||||
|
||||
<!-- Why Register Section -->
|
||||
<div class="mt-6 p-4 bg-base-200 rounded-lg">
|
||||
<h3 class="font-semibold mb-2">Why register?</h3>
|
||||
<p class="text-sm mb-2">
|
||||
<div class="bg-base-200 mt-6 rounded-lg p-4">
|
||||
<h3 class="mb-2 font-semibold">Why register?</h3>
|
||||
<p class="mb-2 text-sm">
|
||||
enviPath is free for academic research and educational purposes.
|
||||
However, we require registration to ensure the security of the platform
|
||||
and to prevent abuse.
|
||||
</p>
|
||||
<p class="text-sm mt-3">
|
||||
<p class="mt-3 text-sm">
|
||||
Questions? Check our
|
||||
<a
|
||||
href="https://wiki.envipath.org/"
|
||||
|
||||
Reference in New Issue
Block a user