fixed signup button and autofocus on user input fields

This commit is contained in:
vabene1111
2022-01-17 16:51:04 +01:00
parent c14dd04261
commit edd47873f7
2 changed files with 15 additions and 4 deletions

View File

@@ -71,4 +71,8 @@
</div>
<script>
$('#id_username').focus()
</script>
{% endblock %}