templates: Fix typo in closing form tag

This commit is contained in:
Matthew Wild
2024-01-11 15:20:17 +00:00
parent e56c0f9029
commit 712b0dc502

View File

@@ -30,7 +30,7 @@
<div class="f-bbox"> <div class="f-bbox">
{%- call form_button("login", form.action_signin, class="primary") -%}{% endcall -%} {%- call form_button("login", form.action_signin, class="primary") -%}{% endcall -%}
</div> </div>
</from> </form>
<script type="text/javascript"> <script type="text/javascript">
var domainCheck = function() { var domainCheck = function() {
var form = document.getElementById("login-form"); var form = document.getElementById("login-form");