small fixes

This commit is contained in:
vabene1111
2022-04-04 20:11:22 +02:00
parent 3cedab45ee
commit 5bd9a15e4b
3 changed files with 559 additions and 265 deletions

View File

@@ -20,4 +20,8 @@
<button class="btn btn-success" type="submit"><i class="fas fa-save"></i> {% trans 'Create Superuser account' %}</button>
</form>
<script>
$('#id_name').focus()
</script>
{% endblock %}