core: fix autosubmit_form loading full template

This commit is contained in:
Jens Langhammer
2020-07-12 17:22:26 +02:00
parent be6f342e58
commit 996aa367d3
4 changed files with 43 additions and 7 deletions

View File

@ -1,4 +1,4 @@
{% extends "login/base_full.html" %}
{% extends "login/base.html" %}
{% load passbook_utils %}
{% load i18n %}
@ -28,7 +28,4 @@
</div>
</div>
</form>
<script>
document.querySelector("form").submit();
</script>
{% endblock %}