Merge pull request #175 from snikket-im/fix/html-tag-typo

templates: Fix typo in closing form tag
This commit is contained in:
Matthew Wild
2024-01-11 15:29:26 +00:00
committed by GitHub

View File

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