Skip to content

Commit f8c3bda

Browse files
Fixed issue #77
Co-authored-by: Srajan Saxena <[email protected]> Co-authored-by: Vaibhav Shankar Mishra <[email protected]>
1 parent 854f738 commit f8c3bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Algolyzer/templates/account/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ <h1 class="text-2xl font-bold text-center text-primary">
6767
</svg>
6868
</button>
6969
{% endif %}
70+
</div>
7071
{% for error in field.errors %}
7172
<span class="text-error text-sm">{{ error }}</span>
7273
{% endfor %}
73-
</div>
7474
{% endif %}
7575
{% endfor %}
7676

Algolyzer/templates/account/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ <h1 class="text-2xl font-bold text-center text-primary">
4444
</svg>
4545
</button>
4646
{% endif %}
47+
</div>
4748
{% for error in field.errors %}
4849
<span class="text-error text-sm">{{ error }}</span>
4950
{% endfor %}
50-
</div>
5151
{% endfor %}
5252
{{ redirect_field }}
5353

0 commit comments

Comments
 (0)